uninstall.py

changeset 6303
ec9ebaf206fb
parent 6214
89a53d80e729
child 6364
6a496f0886ad
--- a/uninstall.py	Mon May 21 22:16:21 2018 +0200
+++ b/uninstall.py	Wed May 23 19:36:11 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)
 
 

eric ide

mercurial