parent
c003abb40d
commit
786f80fe66
4 changed files with 14 additions and 2 deletions
@ -1 +1,4 @@ |
||||
__import__('pkg_resources').declare_namespace(__name__) |
||||
try: |
||||
__import__('pkg_resources').declare_namespace(__name__) |
||||
except ImportError: |
||||
__path__ = __import__('pkgutil').extend_path(__path__, __name__) |
||||
|
@ -0,0 +1,4 @@ |
||||
try: |
||||
__import__('pkg_resources').declare_namespace(__name__) |
||||
except ImportError: |
||||
__path__ = __import__('pkgutil').extend_path(__path__, __name__) |
Loading…
Reference in new issue