projects
/
invirt/packages/python-routefs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update debian/changelog for 1.0.1-1
[invirt/packages/python-routefs.git]
/
routefs
/
dictfs.py
diff --git
a/routefs/dictfs.py
b/routefs/dictfs.py
index
595fded
..
b36c589
100644
(file)
--- 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