File: __init__.py

package info (click to toggle)
enthought-traits-ui 2.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 15,204 kB
  • ctags: 9,623
  • sloc: python: 45,547; sh: 32; makefile: 19
file content (11 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (27)
1
2
3
4
5
6
7
8
9
10
11
#------------------------------------------------------------------------------
# Copyright (c) 2007 by Enthought, Inc.
# All rights reserved.
#------------------------------------------------------------------------------

try:
    __import__('pkg_resources').declare_namespace(__name__)
except:
    pass