[CalendarServer-changes] [12154] twext/trunk/twext/who/opendirectory/test/test_service.py
source_changes at macosforge.org
source_changes at macosforge.org
Wed Mar 12 11:17:45 PDT 2014
Revision: 12154
http://trac.calendarserver.org//changeset/12154
Author: wsanchez at apple.com
Date: 2013-12-19 14:34:58 -0800 (Thu, 19 Dec 2013)
Log Message:
-----------
Fix import
Modified Paths:
--------------
twext/trunk/twext/who/opendirectory/test/test_service.py
Modified: twext/trunk/twext/who/opendirectory/test/test_service.py
===================================================================
--- twext/trunk/twext/who/opendirectory/test/test_service.py 2013-12-19 22:34:41 UTC (rev 12153)
+++ twext/trunk/twext/who/opendirectory/test/test_service.py 2013-12-19 22:34:58 UTC (rev 12154)
@@ -23,7 +23,7 @@
from ...expression import (
CompoundExpression, MatchExpression, MatchType, Operand
)
-from ..service import DirectoryService
+from .._service import DirectoryService
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/ef2f180b/attachment.html>
More information about the calendarserver-changes
mailing list