X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-routefs.git/blobdiff_plain/08a82a4addc77d28a01fd9a333bb4697b5a4cf6a..299cdf071fe5e61cf83bd4fb8bccf59b1a6ed71d:/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