[CalendarServer-changes] [10997] CalendarServer/trunk/calendarserver/tools/purge.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Apr 4 10:32:30 PDT 2013


Revision: 10997
          http://trac.calendarserver.org//changeset/10997
Author:   sagen at apple.com
Date:     2013-04-04 10:32:30 -0700 (Thu, 04 Apr 2013)
Log Message:
-----------
Change order of imports so that stdconfig ends up getting loaded before config starts getting used

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tools/purge.py

Modified: CalendarServer/trunk/calendarserver/tools/purge.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/purge.py	2013-04-03 22:40:28 UTC (rev 10996)
+++ CalendarServer/trunk/calendarserver/tools/purge.py	2013-04-04 17:32:30 UTC (rev 10997)
@@ -17,9 +17,9 @@
 ##
 from __future__ import print_function
 
+from calendarserver.tools.cmdline import utilityMain, WorkerService
 from calendarserver.tap.util import FakeRequest
 from calendarserver.tools import tables
-from calendarserver.tools.cmdline import utilityMain, WorkerService
 from calendarserver.tools.util import removeProxy
 
 from getopt import getopt, GetoptError
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130404/f4e34757/attachment.html>


More information about the calendarserver-changes mailing list