install.py

branch
5_4_x
changeset 3707
ea1db3ec60b3
parent 3680
d60e61ef6642
child 3713
cebe99c3ca18
equal deleted inserted replaced
3690:d26a393aec73 3707:ea1db3ec60b3
327 327
328 def cleanUp(): 328 def cleanUp():
329 """ 329 """
330 Uninstall the old eric files. 330 Uninstall the old eric files.
331 """ 331 """
332 global macAppBundleName, macAppBundlePath, platBinDir 332 global platBinDir
333 333
334 try: 334 try:
335 from eric5config import getConfig 335 from eric5config import getConfig
336 except ImportError: 336 except ImportError:
337 # eric5 wasn't installed previously 337 # eric5 wasn't installed previously

eric ide

mercurial