[CalendarServer-changes] [10901] CalendarServer/trunk/calendarserver/tools/upgrade.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Mar 12 16:08:33 PDT 2013


Revision: 10901
          http://trac.calendarserver.org//changeset/10901
Author:   dre at apple.com
Date:     2013-03-12 16:08:33 -0700 (Tue, 12 Mar 2013)
Log Message:
-----------
Doc strings should be at the top; fixes calendarserver_upgrade -h

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

Modified: CalendarServer/trunk/calendarserver/tools/upgrade.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/upgrade.py	2013-03-12 23:06:04 UTC (rev 10900)
+++ CalendarServer/trunk/calendarserver/tools/upgrade.py	2013-03-12 23:08:33 UTC (rev 10901)
@@ -15,12 +15,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 ##
-from __future__ import print_function
 
 """
 This tool allows any necessary upgrade to complete, then exits.
 """
 
+from __future__ import print_function
 import os
 import sys
 import time
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130312/b7387e78/attachment.html>


More information about the calendarserver-changes mailing list