install-i18n.py

branch
maintenance
changeset 6319
df201b9fbad4
parent 6303
ec9ebaf206fb
child 6645
ad476851d7e0
diff -r 44249d49d892 -r df201b9fbad4 install-i18n.py
--- a/install-i18n.py	Tue May 01 12:04:30 2018 +0200
+++ b/install-i18n.py	Sat Jun 02 12:44:41 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