Disable parseDate work around.

This commit is contained in:
Stephen Diehl
2012-02-29 16:01:06 -05:00
parent 92a8324bf6
commit a3f35444e9
-4
View File
@@ -31,10 +31,6 @@ class ComponentHost(Component):
self.components = {}
# ----------------------
# workaround for defect in threaded use of strptime:
# http://bugs.python.org/issue11108
qutil.parse_date("2012/02/13-10:04:28.114")
self.sync_register = {}
self.timeout = datetime.timedelta(seconds=5)