Skip to content.

Etria Lists

 

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

quills-dev at lists.etria.com quills-dev at lists.etria.com
Mon Dec 18 12:27:18 UTC 2006


Author: tim2p
Date: Mon Dec 18 12:27:17 2006
New Revision: 34822

Modified:
   Quills/trunk/MetaWeblogAPI.py
Log:
Simple whitespace cleanup for readability.

Modified: Quills/trunk/MetaWeblogAPI.py
==============================================================================
--- Quills/trunk/MetaWeblogAPI.py	(original)
+++ Quills/trunk/MetaWeblogAPI.py	Mon Dec 18 12:27:17 2006
@@ -69,13 +69,13 @@
         value.
         """
         ed = struct.get('pubDate',
-            struct.get('pubdate',
-                None)
+                        struct.get('pubdate',
+                                   None)
         )
         if ed is None:
             ed = struct.get('datecreated',
-                struct.get('dateCreated',
-                DateTime.DateTime())
+                            struct.get('dateCreated',
+                                       DateTime.DateTime())
             )
         # due to strange developments in Zope2.9 resp. xmlrpclib we need to parse 
         # the XMLRPC-DateTime object's string representation and then construct a

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
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