[CalendarServer-changes] [3113] CalendarServer/trunk/twisted/plugins/caldav.py

source_changes at macosforge.org source_changes at macosforge.org
Sun Oct 5 13:20:42 PDT 2008


Revision: 3113
          http://trac.macosforge.org/projects/calendarserver/changeset/3113
Author:   cdaboo at apple.com
Date:     2008-10-05 13:20:41 -0700 (Sun, 05 Oct 2008)
Log Message:
-----------
Fix unneeded import.

Modified Paths:
--------------
    CalendarServer/trunk/twisted/plugins/caldav.py

Modified: CalendarServer/trunk/twisted/plugins/caldav.py
===================================================================
--- CalendarServer/trunk/twisted/plugins/caldav.py	2008-10-05 20:19:22 UTC (rev 3112)
+++ CalendarServer/trunk/twisted/plugins/caldav.py	2008-10-05 20:20:41 UTC (rev 3113)
@@ -23,7 +23,6 @@
 
     def makeService(self, options):
         if self._serviceMaker is None:
-            from twisted.python import reflect
             self._serviceMaker = reflect.namedClass(self.serviceMakerClass)()
 
         return self._serviceMaker.makeService(options)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20081005/3a9f6043/attachment.html 


More information about the calendarserver-changes mailing list