svgui/pyjs/build.py
changeset 1832 0f1081928d65
parent 1826 91796f408540
child 1834 cd42b426028b
--- a/svgui/pyjs/build.py	Thu Sep 28 12:20:40 2017 +0300
+++ b/svgui/pyjs/build.py	Thu Sep 28 15:17:57 2017 +0300
@@ -4,18 +4,16 @@
 import sys
 import os
 import shutil
+import time
+import re
+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
+
 import pyjs
-import time
-from cStringIO import StringIO
-try:
-    # Python 2.5 and above
-    from hashlib import md5
-except Exception:
-    import md5
-import re
+
 
 usage = """
   usage: %prog [options] <application module name or path>