Homec4science

Fixed a bug caused by a bad import statement (from time import time) that…

Authored by Nicholas Robinson <nicholas.robinson@cern.ch> on Sep 12 2007, 14:46.

Description

Fixed a bug caused by a bad import statement (from time import time) that effectively meant that the time module was overridden by the time function, resulting in errors upon future calls to "time.*".

Event Timeline

Nicholas Robinson <nicholas.robinson@cern.ch> committed R3600:526c20471e4a: Fixed a bug caused by a bad import statement (from time import time) that… (authored by Nicholas Robinson <nicholas.robinson@cern.ch>).Sep 12 2007, 14:46