install.py

changeset 3705
a88eb398a4ed
parent 3697
c947a7eaace4
child 3714
4080395e3426
equal deleted inserted replaced
3703:92ebf7ca99fb 3705:a88eb398a4ed
387 387
388 def cleanUp(): 388 def cleanUp():
389 """ 389 """
390 Uninstall the old eric files. 390 Uninstall the old eric files.
391 """ 391 """
392 global macAppBundleName, macAppBundlePath, platBinDir, includePythonVariant 392 global platBinDir, includePythonVariant
393 393
394 try: 394 try:
395 from eric6config import getConfig 395 from eric6config import getConfig
396 except ImportError: 396 except ImportError:
397 # eric6 wasn't installed previously 397 # eric6 wasn't installed previously

eric ide

mercurial