X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d14a1e28567de23c586bc80017073d0c39f8d18f..e8e24dfa9322702d56a125586a7d4a37f4a5dfd7:/wxPython/wx/lib/timectrl.py diff --git a/wxPython/wx/lib/timectrl.py b/wxPython/wx/lib/timectrl.py index e0d52116b2..8a0384476e 100644 --- a/wxPython/wx/lib/timectrl.py +++ b/wxPython/wx/lib/timectrl.py @@ -239,7 +239,7 @@ value to fall within the current bounds. """ -import string, copy +import string, copy, types from wxPython.wx import * from wxPython.tools.dbg import Logger from wxPython.lib.maskededit import wxMaskedTextCtrl, Field