mirror of
https://github.com/mnaberez/py65.git
synced 2024-11-18 15:06:35 +00:00
This commit is contained in:
parent
475c929011
commit
b1ea5652dc
@ -1 +1,6 @@
|
||||
__import__('pkg_resources').declare_namespace(__name__)
|
||||
# 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__)
|
||||
|
Loading…
Reference in New Issue
Block a user