[CalendarServer-changes] [10672] CalendarServer/trunk/calendarserver/tap/caldav.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 11 07:15:51 PST 2013


Revision: 10672
          http://trac.calendarserver.org//changeset/10672
Author:   cdaboo at apple.com
Date:     2013-02-11 07:15:50 -0800 (Mon, 11 Feb 2013)
Log Message:
-----------
Clean-up.

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tap/caldav.py

Modified: CalendarServer/trunk/calendarserver/tap/caldav.py
===================================================================
--- CalendarServer/trunk/calendarserver/tap/caldav.py	2013-02-09 02:00:20 UTC (rev 10671)
+++ CalendarServer/trunk/calendarserver/tap/caldav.py	2013-02-11 15:15:50 UTC (rev 10672)
@@ -52,7 +52,6 @@
 from twisted.application.service import MultiService, IServiceMaker
 from twisted.application.service import Service
 
-import twext
 from twext.web2.server import Site
 from twext.python.log import Logger, LoggingMixIn
 from twext.python.log import logLevelForNamespace, setLogLevelForNamespace
@@ -118,8 +117,9 @@
     from version import version as getVersion
     version = "%s (%s*)" % getVersion()
 
-twext.web2.server.VERSION = "CalendarServer/%s %s" % (
-    version.replace(" ", ""), twext.web2.server.VERSION,
+from twext.web2.server import VERSION as TWISTED_VERSION
+TWISTED_VERSION = "CalendarServer/%s %s" % (
+    version.replace(" ", ""), TWISTED_VERSION,
 )
 
 log = Logger()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130211/a3622281/attachment.html>


More information about the calendarserver-changes mailing list