summaryrefslogtreecommitdiffstats
path: root/src/fringlib/fringwalker.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/fringlib/fringwalker.py')
-rw-r--r--src/fringlib/fringwalker.py2
1 files changed, 0 insertions, 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)