Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bank/module.py
diff options
context:
space:
mode:
Diffstat (limited to 'bank/module.py')
-rw-r--r--bank/module.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bank/module.py b/bank/module.py
index d102872..2a87816 100644
--- a/bank/module.py
+++ b/bank/module.py
@@ -184,7 +184,7 @@ class DynamicModule(object):
if gtype is not None:
klass.__gtype__ = gtype
gtype.pytype = klass
- interface_info.register(gtype)
+ interface_info.register()
self.__dict__[name] = klass
return klass