Imported from SVN by Bitbucket
This commit is contained in:
6
caotek/__init__.py
Executable file
6
caotek/__init__.py
Executable file
@@ -0,0 +1,6 @@
|
||||
# See http://peak.telecommunity.com/DevCenter/setuptools#namespace-packages
|
||||
try:
|
||||
__import__('pkg_resources').declare_namespace(__name__)
|
||||
except ImportError:
|
||||
from pkgutil import extend_path
|
||||
__path__ = extend_path(__path__, __name__)
|
||||
Reference in New Issue
Block a user