--- a/uninstall.py Tue May 01 12:04:30 2018 +0200 +++ b/uninstall.py Sat Jun 02 12:44:41 2018 +0200 @@ -345,10 +345,7 @@ @return directory name of the config dir (string) """ - if sys.platform.startswith("win"): - cdn = "_eric6" - else: - cdn = ".eric6" + cdn = ".eric6" return os.path.join(os.path.expanduser("~"), cdn)