[CalendarServer-changes] [12373] CalendarServer/branches/release/CalendarServer-5.2-dev/ calendarserver/tools

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:19:04 PDT 2014


Revision: 12373
          http://trac.calendarserver.org//changeset/12373
Author:   cdaboo at apple.com
Date:     2014-01-17 09:30:03 -0800 (Fri, 17 Jan 2014)
Log Message:
-----------
Import ordering fix/clean-up.

Modified Paths:
--------------
    CalendarServer/branches/release/CalendarServer-5.2-dev/calendarserver/tools/upgrade.py
    CalendarServer/branches/release/CalendarServer-5.2-dev/calendarserver/tools/validcalendardata.py

Modified: CalendarServer/branches/release/CalendarServer-5.2-dev/calendarserver/tools/upgrade.py
===================================================================
--- CalendarServer/branches/release/CalendarServer-5.2-dev/calendarserver/tools/upgrade.py	2014-01-17 03:50:23 UTC (rev 12372)
+++ CalendarServer/branches/release/CalendarServer-5.2-dev/calendarserver/tools/upgrade.py	2014-01-17 17:30:03 UTC (rev 12373)
@@ -15,7 +15,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 ##
-from twisted.internet.defer import succeed
 
 """
 This tool allows any necessary upgrade to complete, then exits.
@@ -26,6 +25,7 @@
 import sys
 import time
 
+from twisted.internet.defer import succeed
 from twisted.python.text import wordWrap
 from twisted.python.usage import Options, UsageError
 

Modified: CalendarServer/branches/release/CalendarServer-5.2-dev/calendarserver/tools/validcalendardata.py
===================================================================
--- CalendarServer/branches/release/CalendarServer-5.2-dev/calendarserver/tools/validcalendardata.py	2014-01-17 03:50:23 UTC (rev 12372)
+++ CalendarServer/branches/release/CalendarServer-5.2-dev/calendarserver/tools/validcalendardata.py	2014-01-17 17:30:03 UTC (rev 12373)
@@ -15,7 +15,6 @@
 # limitations under the License.
 ##
 from __future__ import print_function
-from twisted.internet.defer import succeed
 
 """
 This tool takes data from stdin and validates it as iCalendar data suitable
@@ -23,6 +22,7 @@
 """
 
 from calendarserver.tools.cmdline import utilityMain, WorkerService
+from twisted.internet.defer import succeed
 from twisted.python.text import wordWrap
 from twisted.python.usage import Options
 from twistedcaldav.config import config
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/c5df4de6/attachment.html>


More information about the calendarserver-changes mailing list