Revision: 6504 http://trac.macosforge.org/projects/calendarserver/changeset/6504 Author: glyph@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