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 |