Home | History | Annotate | Download | only in pyext
      1 try:
      2   __import__('pkg_resources').declare_namespace(__name__)
      3 except ImportError:
      4   __path__ = __import__('pkgutil').extend_path(__path__, __name__)
      5