]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/ls.py
Remove vfs (replaced by vfs2)
[bup.git] / lib / bup / ls.py
index 1de8e6b32bd35faabab6184240da632c57068c27..78717ac1dc2d4072f6f830537350b12e1f004ddf 100644 (file)
@@ -5,7 +5,7 @@ from itertools import chain
 from stat import S_ISDIR, S_ISLNK
 import copy, locale, os.path, stat, sys, xstat
 
 from stat import S_ISDIR, S_ISLNK
 import copy, locale, os.path, stat, sys, xstat
 
-from bup import metadata, options, vfs2 as vfs
+from bup import metadata, options, vfs
 from bup.options import Options
 from bup.repo import LocalRepo, RemoteRepo
 from helpers import columnate, istty1, last, log
 from bup.options import Options
 from bup.repo import LocalRepo, RemoteRepo
 from helpers import columnate, istty1, last, log