install.py

branch
5_5_x
changeset 3706
6265b4f8deb7
parent 3696
7c8fd4752a55
child 3712
09b6f92a82ca
equal deleted inserted replaced
3704:3b101bbeb2b1 3706:6265b4f8deb7
391 391
392 def cleanUp(): 392 def cleanUp():
393 """ 393 """
394 Uninstall the old eric files. 394 Uninstall the old eric files.
395 """ 395 """
396 global macAppBundleName, macAppBundlePath, platBinDir, includePythonVariant 396 global platBinDir, includePythonVariant
397 397
398 try: 398 try:
399 from eric5config import getConfig 399 from eric5config import getConfig
400 except ImportError: 400 except ImportError:
401 # eric5 wasn't installed previously 401 # eric5 wasn't installed previously

eric ide

mercurial