install.py

changeset 1130
3e9f0330f833
parent 1115
3032cc87dee2
child 1161
ddab52aa1a6b
--- a/install.py	Sun Jun 19 17:24:22 2011 +0200
+++ b/install.py	Sun Jun 19 17:50:39 2011 +0200
@@ -392,7 +392,7 @@
         
         # copy the various parts of eric5
         copyTree(sourceDir, cfg['ericDir'], ['*.py', '*.pyc', '*.pyo', '*.pyw'],
-            ['{1}{0}Examples'.format(os.sep, sourceDir)], 
+            ['{1}{0}Examples'.format(os.sep, sourceDir)],
             excludePatterns=["eric5config.py*"])
         copyTree(sourceDir, cfg['ericDir'], ['*.rb'],
             ['{1}{0}Examples'.format(os.sep, sourceDir)])

eric ide

mercurial