summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmox.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mox.py b/mox.py
index 9c919c9..482acd0 100755
--- a/mox.py
+++ b/mox.py
@@ -2054,6 +2054,7 @@ class MoxMetaTestBase(type):
"""
def __init__(cls, name, bases, d):
+ super(MoxMetaTestBase, cls).__init__(name, bases, d)
type.__init__(cls, name, bases, d)
# also get all the attributes from the base classes to account