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