Utilities/__init__.py

changeset 1474
1eaec11a0078
parent 1465
3b459b88fcd4
child 1509
c0b5e693b0eb
--- a/Utilities/__init__.py	Sun Nov 27 19:38:09 2011 +0100
+++ b/Utilities/__init__.py	Mon Nov 28 20:03:49 2011 +0100
@@ -708,7 +708,7 @@
     cur_path = os.path.join(os.curdir, file)
     if os.path.exists(cur_path):
         if os.access(cur_path, os.X_OK):
-            return cur_path        
+            return cur_path
 
     path = os.getenv('PATH')
     

eric ide

mercurial