Skip to content
Snippets Groups Projects
__init__.py 119 B
Newer Older
  • Learn to ignore specific revisions
  • Easy Build's avatar
    Easy Build committed
    from pkgutil import extend_path
    # we're not the only ones in this namespace
    __path__ = extend_path(__path__, __name__)