install-i18n.py

changeset 3656
441956d8fce5
parent 3178
f25fc1364c88
child 3670
f0cb7579c0b4
--- a/install-i18n.py	Sun Jun 29 14:00:30 2014 +0200
+++ b/install-i18n.py	Sun Jun 29 20:13:56 2014 +0200
@@ -16,7 +16,7 @@
 import shutil
 import glob
 
-from PyQt4.QtCore import QDir
+from PyQt5.QtCore import QDir
 
 try:
     from eric5config import getConfig
@@ -43,7 +43,7 @@
     try:
         return QDir.toNativeSeparators(hp)
     except AttributeError:
-        return QDir.convertSeparators(hp)
+        return QDir.toNativeSeparators(hp)
     
 # Define the globals.
 progName = None

eric ide

mercurial