svgui/pyjs/build.py
changeset 1783 3311eea28d56
parent 1782 5b6ad7a7fd9d
child 1826 91796f408540
--- a/svgui/pyjs/build.py	Mon Aug 21 21:55:18 2017 +0300
+++ b/svgui/pyjs/build.py	Mon Aug 21 22:41:37 2017 +0300
@@ -7,6 +7,7 @@
 from os.path import join, dirname, basename, abspath, split, isfile, isdir
 from optparse import OptionParser
 import pyjs
+import time
 from cStringIO import StringIO
 try:
     # Python 2.5 and above
@@ -542,9 +543,6 @@
     return d
 
 
-import time
-
-
 def add_subdeps(deps, mod_name):
     sd = subdeps(mod_name)
     if len(sd) == 1: