X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-routefs.git/blobdiff_plain/08a82a4addc77d28a01fd9a333bb4697b5a4cf6a..f2e13ce53aa1209779400a61c7779b87b280f7f8:/routefs/dictfs.py diff --git a/routefs/dictfs.py b/routefs/dictfs.py index 595fded..b36c589 100644 --- a/routefs/dictfs.py +++ b/routefs/dictfs.py @@ -43,6 +43,6 @@ class DictFS(routefs.RouteFS): return if type(tree) is dict: - return routefs.Directory(tree.keys()) + return tree.keys() else: return tree