r350 - in branches/rewrite: . src

Otavio Salvador partial-mirror-devel@lists.alioth.debian.org
Thu, 18 Nov 2004 11:55:52 -0700


Author: otavio
Date: Thu Nov 18 11:55:52 2004
New Revision: 350

Modified:
   branches/rewrite/   (props changed)
   branches/rewrite/src/FileSystem.py
Log:
 r339@nurf:  otavio | 2004-11-18T18:52:36.811715Z
 Removed unused param.


Modified: branches/rewrite/src/FileSystem.py
==============================================================================
--- branches/rewrite/src/FileSystem.py	(original)
+++ branches/rewrite/src/FileSystem.py	Thu Nov 18 11:55:52 2004
@@ -41,7 +41,7 @@
             return (self.create (self._parent) )
         return True
 
-    def _check (self, path, debug=True):
+    def _check (self, path):
         """ Check for path exsistance """
         if not os.path.exists (path):
             return False