Skip to content.

Etria Lists

 

[quills-dev] [Collective-checkins] r33407 - Quills/trunk

quills-dev at lists.etria.com quills-dev at lists.etria.com
Sat Nov 11 15:26:14 UTC 2006


Author: maurits
Date: Sat Nov 11 15:26:13 2006
New Revision: 33407

Modified:
   Quills/trunk/WeblogArchive.py
Log:
FIX: DateTime is a module here, so you need DateTime.DateTime() else
you will get an error: Module not callable.  I got one of those. :)


Modified: Quills/trunk/WeblogArchive.py
==============================================================================
--- Quills/trunk/WeblogArchive.py	(original)
+++ Quills/trunk/WeblogArchive.py	Sat Nov 11 15:26:13 2006
@@ -227,6 +227,6 @@
         try:
             return results[0].getObject().modified()
         except IndexError:
-            return DateTime()
+            return DateTime.DateTime()
 
 registerType(WeblogArchive, PROJECTNAME)

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Collective-checkins mailing list
Collective-checkins at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/collective-checkins



More information about the quills-dev mailing list