install-i18n.py

changeset 6303
ec9ebaf206fb
parent 6187
2cc7e3629784
child 6645
ad476851d7e0
--- a/install-i18n.py	Mon May 21 22:16:21 2018 +0200
+++ b/install-i18n.py	Wed May 23 19:36:11 2018 +0200
@@ -29,11 +29,8 @@
     
     @return directory name of the config dir (string)
     """
-    if sys.platform.startswith("win"):
-        cdn = "_eric6"
-    else:
-        cdn = ".eric6"
-        
+    cdn = ".eric6"
+    
     hp = os.path.join(os.path.expanduser("~"), cdn)
     if not os.path.exists(hp):
         os.mkdir(hp)

eric ide

mercurial