summaryrefslogtreecommitdiff
path: root/mox.py
diff options
context:
space:
mode:
Diffstat (limited to 'mox.py')
-rwxr-xr-xmox.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mox.py b/mox.py
index a155aa0..70fba4f 100755
--- a/mox.py
+++ b/mox.py
@@ -1395,4 +1395,5 @@ class MoxTestBase(unittest.TestCase):
__metaclass__ = MoxMetaTestBase
def setUp(self):
+ super(MoxTestBase, self).setUp()
self.mox = Mox()