]> mj.ucw.cz Git - eval.git/commitdiff
Fixed minor type typo
authorTomas Gavenciak <gavento@matfyz.cz>
Sat, 29 May 2010 03:48:43 +0000 (23:48 -0400)
committerTomas Gavenciak <gavento@matfyz.cz>
Sat, 29 May 2010 03:48:43 +0000 (23:48 -0400)
t/moe/conf.py

index 685675446cc94e7da24a8c46e064b5eed0d819d2..538f9891bdd603895b5b56c644798f784a21b0cb 100644 (file)
@@ -125,7 +125,7 @@ class ConfigCondition(ConfigElem):
     """
     if not text:
       text = self.formula_string(formula)
-    super(ConfigVar, self).__init__(text)
+    super(ConfigCondition, self).__init__(text)
     self.formula = formula
     self.parent = parent
     # Setup dependencies on used variables (not on the parent condition)