Your IP : 216.73.216.213


Current Path : /opt/alt/python35/lib/python3.5/site-packages/google/apputils/
Upload File :
Current File : //opt/alt/python35/lib/python3.5/site-packages/google/apputils/__init__.py

try:
  import pkg_resources
  pkg_resources.declare_namespace(__name__)
except ImportError:
  from pkgutil import extend_path
  __path__ = extend_path(__path__, __name__)