svgui/pyjs/build.py
changeset 1853 47a3f39bead0
parent 1850 614396cbffbf
child 2418 5587c490a070
equal deleted inserted replaced
1852:70c1cc354a8f 1853:47a3f39bead0
     1 #!/usr/bin/env python
     1 #!/usr/bin/env python
     2 
     2 
       
     3 
       
     4 from __future__ import absolute_import
     3 from __future__ import print_function
     5 from __future__ import print_function
     4 import sys
     6 import sys
     5 import shutil
     7 import shutil
     6 import re
     8 import re
     7 import os
     9 import os
     8 from os.path import join, basename, abspath, split, isfile, isdir
    10 from os.path import join, basename, abspath, split, isfile, isdir
     9 from hashlib import md5
    11 from hashlib import md5
    10 from optparse import OptionParser
    12 from optparse import OptionParser
    11 from cStringIO import StringIO
    13 from cStringIO import StringIO
    12 
    14 
    13 import pyjs
    15 from svgui.pyjs import pyjs
    14 
    16 
    15 
    17 
    16 usage = """
    18 usage = """
    17   usage: %prog [options] <application module name or path>
    19   usage: %prog [options] <application module name or path>
    18 
    20