[CalendarServer-changes] [14584] CalendarServer/trunk/contrib/performance/loadtest/population.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 12 16:27:10 PDT 2015


Revision: 14584
          http://trac.calendarserver.org//changeset/14584
Author:   wsanchez at apple.com
Date:     2015-03-12 16:27:10 -0700 (Thu, 12 Mar 2015)
Log Message:
-----------
__future__ imports go first

Modified Paths:
--------------
    CalendarServer/trunk/contrib/performance/loadtest/population.py

Modified: CalendarServer/trunk/contrib/performance/loadtest/population.py
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/population.py	2015-03-12 23:08:31 UTC (rev 14583)
+++ CalendarServer/trunk/contrib/performance/loadtest/population.py	2015-03-12 23:27:10 UTC (rev 14584)
@@ -16,14 +16,13 @@
 #
 ##
 from __future__ import print_function
+from __future__ import division
 
 """
 Tools for generating a population of CalendarServer users based on
 certain usage parameters.
 """
 
-from __future__ import division
-
 from tempfile import mkdtemp
 from itertools import izip
 from datetime import datetime
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150312/aed1f99c/attachment-0001.html>


More information about the calendarserver-changes mailing list