svgui/pyjs/build.py
changeset 1850 614396cbffbf
parent 1846 14b40afccd69
child 1853 47a3f39bead0
--- a/svgui/pyjs/build.py	Thu Oct 05 16:46:29 2017 +0300
+++ b/svgui/pyjs/build.py	Fri Oct 06 17:52:34 2017 +0300
@@ -3,12 +3,10 @@
 from __future__ import print_function
 import sys
 import shutil
-import time
 import re
 import os
-from os.path import join, dirname, basename, abspath, split, isfile, isdir
+from os.path import join, basename, abspath, split, isfile, isdir
 from hashlib import md5
-from copy import copy
 from optparse import OptionParser
 from cStringIO import StringIO