--- a/uninstall.py Fri Nov 13 23:07:16 2015 +0100 +++ b/uninstall.py Sat Nov 14 14:38:17 2015 +0100 @@ -192,6 +192,10 @@ ]: if os.path.exists(bundlePath): shutil.rmtree(bundlePath) + + # TODO: ask to delete all plug-ins + # TODO: ask to delete configuration + print("\nUninstallation completed") except (IOError, OSError) as msg: sys.stderr.write( 'Error: {0}\nTry uninstall with admin rights.\n'.format(msg))