uninstall.py

changeset 5433
e1c50b88fc43
parent 5389
9b1c800daff3
child 5711
50b6867ffcd3
equal deleted inserted replaced
5430:309f2b7449cc 5433:e1c50b88fc43
29 os.rename("eric6config.py", "eric6config.py.orig") 29 os.rename("eric6config.py", "eric6config.py.orig")
30 from eric6config import getConfig 30 from eric6config import getConfig
31 31
32 # Define the globals. 32 # Define the globals.
33 progName = None 33 progName = None
34 currDir = os.getcwd()
34 pyModDir = None 35 pyModDir = None
35 progLanguages = ["Python", "Ruby", "QSS"] 36 progLanguages = ["Python", "Ruby", "QSS"]
36 includePythonVariant = False 37 includePythonVariant = False
37 defaultMacAppBundleName = "eric6.app" 38 defaultMacAppBundleName = "eric6.app"
38 defaultMacAppBundlePath = "/Applications" 39 defaultMacAppBundlePath = "/Applications"

eric ide

mercurial