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