Author: ajack
Date: Wed Aug 11 13:31:52 2004
New Revision: 36251

Modified:
   gump/trunk/python/gump/model/module.py
Log:
Moving to MySQL means a transition from timestamps (secs as float)

to datetime objects. More work to do.

Modified: gump/trunk/python/gump/model/module.py
==============================================================================
--- gump/trunk/python/gump/model/module.py      (original)
+++ gump/trunk/python/gump/model/module.py      Wed Aug 11 13:31:52 2004
@@ -682,4 +682,4 @@
         # Track code updates/changes
         # 
         if module.isModified():
-            self.lastModified=default.time
\ No newline at end of file
+            self.lastModified=default.default.datetimeObject
\ No newline at end of file

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to