From: Tomas Gavenciak Date: Sat, 29 May 2010 03:48:43 +0000 (-0400) Subject: Fixed minor type typo X-Git-Tag: python-dummy-working~54 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=b7f8cdf037dd78efeccac57bc73806e6af8d241a;p=eval.git Fixed minor type typo --- diff --git a/t/moe/conf.py b/t/moe/conf.py index 6856754..538f989 100644 --- a/t/moe/conf.py +++ b/t/moe/conf.py @@ -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)