install.py

changeset 564
b3d966393ba9
parent 473
b314592e3d79
child 565
21191e634b47
--- a/install.py	Sat Sep 04 19:51:19 2010 +0200
+++ b/install.py	Sat Sep 04 19:51:48 2010 +0200
@@ -218,7 +218,7 @@
         if not os.path.exists(pdir):
             os.mkdir(pdir,  0o755)
         f = open(fname, "w", encoding = "utf-8")
-        f.write(\
+        f.write(
 '''# -*- coding: utf-8 -*-
 
 """
@@ -845,4 +845,4 @@
         print("""An internal error occured.  Please report all the output of the program,
 including the following traceback, to eric5-bugs@eric-ide.python-projects.org.
 """)
-        raise
+        raise
\ No newline at end of file

eric ide

mercurial