[CalendarServer-changes] [7451] CalendarServer/branches/users/glyph/new-export/txdav/common/ datastore/test/util.py

source_changes at macosforge.org source_changes at macosforge.org
Mon May 16 07:41:20 PDT 2011


Revision: 7451
          http://trac.macosforge.org/projects/calendarserver/changeset/7451
Author:   glyph at apple.com
Date:     2011-05-16 07:41:19 -0700 (Mon, 16 May 2011)
Log Message:
-----------
One 'config' too few.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/new-export/txdav/common/datastore/test/util.py

Modified: CalendarServer/branches/users/glyph/new-export/txdav/common/datastore/test/util.py
===================================================================
--- CalendarServer/branches/users/glyph/new-export/txdav/common/datastore/test/util.py	2011-05-16 14:41:09 UTC (rev 7450)
+++ CalendarServer/branches/users/glyph/new-export/txdav/common/datastore/test/util.py	2011-05-16 14:41:19 UTC (rev 7451)
@@ -437,7 +437,7 @@
     # else in this module; nothing else in this module should ever touch global
     # configuration. -glyph
 
-    from twistedcaldav import config
+    from twistedcaldav.config import config
     from twistedcaldav.memcacher import Memcacher
 
     aTest.patch(config.Memcached.Pools.Default, "ClientEnabled", False)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110516/93bbc8a6/attachment.html>


More information about the calendarserver-changes mailing list