svgui/pyjs/build.py
changeset 1834 cd42b426028b
parent 1832 0f1081928d65
child 1846 14b40afccd69
--- a/svgui/pyjs/build.py	Thu Sep 28 16:25:05 2017 +0300
+++ b/svgui/pyjs/build.py	Thu Sep 28 17:20:31 2017 +0300
@@ -2,13 +2,13 @@
 
 from __future__ import print_function
 import sys
-import os
 import shutil
 import time
 import re
+import os
+from os.path import join, dirname, basename, abspath, split, isfile, isdir
 from hashlib import md5
 from copy import copy
-from os.path import join, dirname, basename, abspath, split, isfile, isdir
 from optparse import OptionParser
 from cStringIO import StringIO