[quills-dev] [Collective-checkins] r34822 - Quills/trunk
quills-dev at lists.etria.com quills-dev at lists.etria.comMon Dec 18 12:27:18 UTC 2006
- Previous message: [quills-dev] [Quills Issue Tracker] Response to #10 - Won't import on Zope 2.9 w/ Plone 2.1.1
- Next message: [quills-dev] [Collective-checkins] r34823 - Quills/tags/1.5-RC3/1.5-RC3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [quills-dev] [Quills Issue Tracker] Response to #10 - Won't import on Zope 2.9 w/ Plone 2.1.1
- Next message: [quills-dev] [Collective-checkins] r34823 - Quills/tags/1.5-RC3/1.5-RC3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the quills-dev mailing list