From 629f94079686174dcba819ba15ba7fb218a49f91 Mon Sep 17 00:00:00 2001 From: Bryan Schumaker Date: Tue, 16 Nov 2010 23:02:35 -0500 Subject: [PATCH] Import trees from libsaria.trees --- libsaria/path/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsaria/path/__init__.py b/libsaria/path/__init__.py index 983b5a97..e961a59a 100644 --- a/libsaria/path/__init__.py +++ b/libsaria/path/__init__.py @@ -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)