update code
This commit is contained in:
4
protobuf/python/google/__init__.py
Normal file
4
protobuf/python/google/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
try:
|
||||
__import__('pkg_resources').declare_namespace(__name__)
|
||||
except ImportError:
|
||||
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
|
||||
Reference in New Issue
Block a user