From 2c1b8fa6bd84364f9dd80d89964de329be1375e0 Mon Sep 17 00:00:00 2001 From: Frederic Back Date: Thu, 28 Sep 2006 14:21:14 +0000 Subject: * Corrected bug in gnomevfs walking routine git-svn-id: file:///home/lennart/svn/public/fring/trunk@42 d0d2c35f-0a1e-0410-abeb-dabff30a67ee --- src/fringlib/fringwalker.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/fringlib/fringwalker.py b/src/fringlib/fringwalker.py index a341955..25362c1 100644 --- a/src/fringlib/fringwalker.py +++ b/src/fringlib/fringwalker.py @@ -129,7 +129,6 @@ class WalkThread( threading.Thread ): return (os.path.split(path)[-1], l, total) - def build_tree_gnomevfs(self, uri): try: h = DirectoryHandle(uri) @@ -142,7 +141,6 @@ class WalkThread( threading.Thread ): l = [] total = 0 - d = h.next() try: while True: if self.stopsignal: return (None,None,0) -- cgit