[CalendarServer-changes] [10822] CalendarServer/trunk/calendarserver/tools/export.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Feb 28 07:07:49 PST 2013


Revision: 10822
          http://trac.calendarserver.org//changeset/10822
Author:   cdaboo at apple.com
Date:     2013-02-28 07:07:49 -0800 (Thu, 28 Feb 2013)
Log Message:
-----------
Fix ordering of imports and doc string.

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

Modified: CalendarServer/trunk/calendarserver/tools/export.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/export.py	2013-02-28 06:18:13 UTC (rev 10821)
+++ CalendarServer/trunk/calendarserver/tools/export.py	2013-02-28 15:07:49 UTC (rev 10822)
@@ -15,7 +15,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 ##
-from __future__ import print_function
 
 """
 This tool reads calendar data from a series of inputs and generates a single
@@ -34,6 +33,8 @@
 per-user data such as alarms.
 """
 
+from __future__ import print_function
+
 import os
 import sys
 import itertools
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130228/78fc9468/attachment-0001.html>


More information about the calendarserver-changes mailing list