Project/Project.py

branch
5_3_x
changeset 2631
06f866e83d3a
parent 2630
d2051b6c5658
child 2797
39951e911d6b
--- a/Project/Project.py	Sun Apr 28 10:47:17 2013 +0200
+++ b/Project/Project.py	Sun Apr 28 11:06:40 2013 +0200
@@ -2083,7 +2083,6 @@
             else:
                 self.newProjectHooks.emit()
                 self.newProject.emit()
-            
 
     def newProjectAddFiles(self, mainscript):
         """
@@ -2832,7 +2831,7 @@
             if path == self.ppath:
                 return True
             elif Utilities.normcasepath(Utilities.toNativeSeparators(path)).startswith(
-                 Utilities.normcasepath(Utilities.toNativeSeparators(self.ppath +"/"))):
+                 Utilities.normcasepath(Utilities.toNativeSeparators(self.ppath + "/"))):
                 return True
             else:
                 return False

eric ide

mercurial