install-i18n.py

branch
maintenance
changeset 5825
9487c08b6a23
parent 5823
70dfe6a4aa03
child 6048
82ad8ec9548c
--- a/install-i18n.py	Thu Jul 06 18:59:43 2017 +0200
+++ b/install-i18n.py	Wed Aug 02 13:28:50 2017 +0200
@@ -34,8 +34,7 @@
     else:
         cdn = ".eric6"
         
-    hp = os.path.expanduser("~")
-    hp = os.path.join(hp, cdn)
+    hp = os.path.join(os.path.expanduser("~"), cdn)
     if not os.path.exists(hp):
         os.mkdir(hp)
     return hp

eric ide

mercurial