Fixed a typo in the install script and rereleased. 5_5_x

Mon, 01 Dec 2014 07:45:06 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 01 Dec 2014 07:45:06 +0100
branch
5_5_x
changeset 3954
24b5fe89e0cf
parent 3953
fa6c8a7b1a36
child 3957
93035fb90305

Fixed a typo in the install script and rereleased.

install.py file | annotate | diff | comparison | revisions
--- a/install.py	Sun Nov 30 13:07:36 2014 +0100
+++ b/install.py	Mon Dec 01 07:45:06 2014 +0100
@@ -237,7 +237,7 @@
     text = text.replace("@MARKER@", marker)
     
     if sys.version_info[0] == 2:
-        f = codecs.open(src, "w", "utf-8")
+        f = codecs.open(dst, "w", "utf-8")
     else:
         f = open(dst, "w")
     f.write(text)

eric ide

mercurial