[CalendarServer-changes] [9056] CalendarServer/branches/users/glyph/ipv6-client/twistedcaldav/test/ test_localization.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Apr 13 11:43:49 PDT 2012


Revision: 9056
          http://trac.macosforge.org/projects/calendarserver/changeset/9056
Author:   glyph at apple.com
Date:     2012-04-13 11:43:49 -0700 (Fri, 13 Apr 2012)
Log Message:
-----------
The real code also imports _, so the tests should as well.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/ipv6-client/twistedcaldav/test/test_localization.py

Modified: CalendarServer/branches/users/glyph/ipv6-client/twistedcaldav/test/test_localization.py
===================================================================
--- CalendarServer/branches/users/glyph/ipv6-client/twistedcaldav/test/test_localization.py	2012-04-13 18:43:14 UTC (rev 9055)
+++ CalendarServer/branches/users/glyph/ipv6-client/twistedcaldav/test/test_localization.py	2012-04-13 18:43:49 UTC (rev 9056)
@@ -16,7 +16,7 @@
 
 from __future__ import with_statement
 
-from twistedcaldav.localization import translationTo
+from twistedcaldav.localization import translationTo, _
 from twistedcaldav.ical import Component
 from twistedcaldav.test.util import TestCase
 from pycalendar.datetime import PyCalendarDateTime
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120413/c7df1edb/attachment.html>


More information about the calendarserver-changes mailing list