little fix

This commit is contained in:
Nicolas Duhamel 2011-04-11 14:38:44 +02:00 committed by Romain Bignon
commit 95edb50496

View file

@ -250,8 +250,6 @@ class Videoob(ReplApplication):
print name print name
return 0 return 0
backend = [b for b in self.enabled_backends if b.NAME == self.working_dir[0]][0]
def do(backend): def do(backend):
return backend.iter_resources(self.working_dir[1:]) return backend.iter_resources(self.working_dir[1:])