Import trees from libsaria.trees

This commit is contained in:
Bryan Schumaker 2010-11-16 23:02:35 -05:00
parent f8e8837d3c
commit 629f940796
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ def mkdir(path):
def make_tree_once(path):
global FSTree
from trees import FSTree
from libsaria.trees import FSTree
global make_tree
make_tree = make_tree_rest
return make_tree(path)