diff options
author | Kali Kaneko <kali@leap.se> | 2013-08-12 18:31:37 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-08-12 21:01:51 +0200 |
commit | 6920483c29609d233023be8d40130cf6f0030652 (patch) | |
tree | c07f70b2e7c2a29cb82f8fd327af5de6ee6ce2da /src/leap/bitmask/__init__.py | |
parent | 6da8d09846db4d2eed01e488bc6a6f5ba48b959f (diff) |
fix imports to use new namespace
Diffstat (limited to 'src/leap/bitmask/__init__.py')
-rw-r--r-- | src/leap/bitmask/__init__.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/leap/bitmask/__init__.py b/src/leap/bitmask/__init__.py index f48ad105..e69de29b 100644 --- a/src/leap/bitmask/__init__.py +++ b/src/leap/bitmask/__init__.py @@ -1,6 +0,0 @@ -# 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__) |