]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/lib/timectrl.py
Fixed the double traceback when an exception happens in OnInit
[wxWidgets.git] / wxPython / wx / lib / timectrl.py
index e0d52116b25c84e17397c3adef5368efe51ea147..8a0384476e8731976bfc8f7ada108e9616401826 100644 (file)
@@ -239,7 +239,7 @@ value to fall within the current bounds.
 </body></html>
 """
 
-import string, copy
+import string, copy, types
 from wxPython.wx import *
 from wxPython.tools.dbg import Logger
 from wxPython.lib.maskededit import wxMaskedTextCtrl, Field