Fix another typo - this one in invirt.common
[invirt/packages/invirt-base.git] / python / invirt / common.py
index 69317fb..2cf860d 100644 (file)
@@ -48,7 +48,7 @@ class InvalidInput(Exception):
     the select box).
     """
     def __init__(self, err_field, err_value, expl=None):
-        MyException.__init__(self, expl)
+        Exception.__init__(self, expl)
         self.err_field = err_field
         self.err_value = err_value