summaryrefslogtreecommitdiffstats
path: root/plugin_registry.py
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-08-29 23:36:49 +0200
committerJan Pokorný <jpokorny@redhat.com>2014-08-29 23:39:12 +0200
commit8dd14ec29fe829e9edf0102e45966a4a1cc012d7 (patch)
tree8ff7083b961458eb7c07a6177606257eeeb9eac3 /plugin_registry.py
parent805aaa29db629402f99940d6b2d8c051c8978824 (diff)
downloadclufter-8dd14ec29fe829e9edf0102e45966a4a1cc012d7.tar.gz
clufter-8dd14ec29fe829e9edf0102e45966a4a1cc012d7.tar.xz
clufter-8dd14ec29fe829e9edf0102e45966a4a1cc012d7.zip
plugin_registry: comment out kludge that become harmfull(?)
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'plugin_registry.py')
-rw-r--r--plugin_registry.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugin_registry.py b/plugin_registry.py
index b2e8d9e..f27f5c7 100644
--- a/plugin_registry.py
+++ b/plugin_registry.py
@@ -56,9 +56,9 @@ class PluginRegistry(type):
# (e.g., specific plugin was imported natively)
registry.setup()
PluginRegistry._registries.add(registry)
- if registry.namespace not in modules:
- # XXX hack to keep going in the test suite
- __import__(registry.namespace)
+ #if registry.namespace not in modules:
+ # # XXX hack to keep going in the test suite
+ # __import__(registry.namespace)
ret = super(PluginRegistry, registry).__new__(registry, name,
bases, attrs)