Beremiz.py
changeset 1732 94ffe74e6895
parent 1730 64d8f52bc8c8
child 1734 750eeb7230a1
equal deleted inserted replaced
1731:6ebd9c40b2be 1732:94ffe74e6895
    22 # along with this program; if not, write to the Free Software
    22 # along with this program; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 
    24 
    25 
    25 
    26 
    26 
    27 import os, sys, getopt
    27 import os
       
    28 import sys
       
    29 import getopt
    28 import time
    30 import time
    29 import __builtin__
    31 import __builtin__
    30 import util.paths as paths
    32 import util.paths as paths
    31 
    33 
    32 class BeremizIDELauncher:
    34 class BeremizIDELauncher: