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 |