projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Insure suitable choices of path/drive separator on OS/2.
[wxWidgets.git]
/
wxPython
/
wx
/
lib
/
timectrl.py
diff --git
a/wxPython/wx/lib/timectrl.py
b/wxPython/wx/lib/timectrl.py
index e0d52116b25c84e17397c3adef5368efe51ea147..8a0384476e8731976bfc8f7ada108e9616401826 100644
(file)
--- a/
wxPython/wx/lib/timectrl.py
+++ b/
wxPython/wx/lib/timectrl.py
@@
-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