[CalendarServer-changes] [6504] CalendarServer/branches/users/glyph/sharedpool/twistedcaldav/ localization.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 1 14:15:43 PDT 2010


Revision: 6504
          http://trac.macosforge.org/projects/calendarserver/changeset/6504
Author:   glyph at apple.com
Date:     2010-11-01 14:15:41 -0700 (Mon, 01 Nov 2010)
Log Message:
-----------
pyflakes

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/sharedpool/twistedcaldav/localization.py

Modified: CalendarServer/branches/users/glyph/sharedpool/twistedcaldav/localization.py
===================================================================
--- CalendarServer/branches/users/glyph/sharedpool/twistedcaldav/localization.py	2010-11-01 21:15:22 UTC (rev 6503)
+++ CalendarServer/branches/users/glyph/sharedpool/twistedcaldav/localization.py	2010-11-01 21:15:41 UTC (rev 6504)
@@ -26,7 +26,9 @@
 from twext.python.log import Logger
 
 try:
-    from Foundation import *
+    from Foundation import (
+        NSPropertyListImmutable, NSPropertyListSerialization, NSData
+    )
     foundationImported = True
 except ImportError:
     foundationImported = False
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20101101/b389a2ef/attachment-0001.html>


More information about the calendarserver-changes mailing list