We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e2c16 commit 438a137Copy full SHA for 438a137
sickchill/extensions/manager.py
@@ -1,11 +1,10 @@
1
import importlib
2
import pkgutil
3
4
+import sickchill.extensions
5
from sickchill import logger, settings
6
from sickchill.oldbeard import config
7
-import sickchill.extensions
8
-
9
10
def iter_namespace(ns_pkg):
11
return pkgutil.iter_modules(ns_pkg.__path__, ns_pkg.__name__ + ".")
0 commit comments