[CalendarServer-changes] [5179] CalendarServer/trunk/twext

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 22 13:06:16 PST 2010


Revision: 5179
          http://trac.macosforge.org/projects/calendarserver/changeset/5179
Author:   wsanchez at apple.com
Date:     2010-02-22 13:06:16 -0800 (Mon, 22 Feb 2010)
Log Message:
-----------
del(patches)

Modified Paths:
--------------
    CalendarServer/trunk/twext/__init__.py
    CalendarServer/trunk/twext/patches.py

Modified: CalendarServer/trunk/twext/__init__.py
===================================================================
--- CalendarServer/trunk/twext/__init__.py	2010-02-22 21:05:36 UTC (rev 5178)
+++ CalendarServer/trunk/twext/__init__.py	2010-02-22 21:06:16 UTC (rev 5179)
@@ -19,4 +19,4 @@
 """
 
 from twext import patches
-patches                         # pacify pyflakes
+patches; del(patches)

Modified: CalendarServer/trunk/twext/patches.py
===================================================================
--- CalendarServer/trunk/twext/patches.py	2010-02-22 21:05:36 UTC (rev 5178)
+++ CalendarServer/trunk/twext/patches.py	2010-02-22 21:06:16 UTC (rev 5179)
@@ -18,6 +18,8 @@
 Patches for behavior in Twisted which calendarserver requires to be different.
 """
 
+__all__ = []
+
 from twisted.mail.imap4 import Command
 
 Command._1_RESPONSES += tuple(['BYE'])
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100222/e572895e/attachment.html>


More information about the calendarserver-changes mailing list