Revision
6504
Author
glyph@apple.com
Date
2010-11-01 14:15:41 -0700 (Mon, 01 Nov 2010)

Log Message

pyflakes

Modified Paths

Diff

Modified: CalendarServer/branches/users/glyph/sharedpool/twistedcaldav/localization.py (6503 => 6504)


--- 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