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 |