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" |