PageRenderTime 43ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/ironfroggy-straight.plugin-57ef11c/ironfroggy-straight.plugin-57ef11c/test-packages/more-test-plugins/testplugin/__init__.py

#
Python | 2 lines | 2 code | 0 blank | 0 comment | 0 complexity | 1cdca3de4f8849a3d0d82b678710e112 MD5 | raw file
  1. from pkgutil import extend_path
  2. __path__ = extend_path(__path__, __name__)