summaryrefslogtreecommitdiff
path: root/examples/adjacencytree/byroot_tree.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2005-12-03 06:18:55 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2005-12-03 06:18:55 +0000
commitc02e113df3b77bb8f578f8af58535b0452eee01f (patch)
treee39cdc353e5b0d3ef31afab51ef1c2426f0a77ac /examples/adjacencytree/byroot_tree.py
parent906af22a56375a9d541bddcbd8aab2336c9ef299 (diff)
downloadsqlalchemy-c02e113df3b77bb8f578f8af58535b0452eee01f.tar.gz
fixed tree examples import scheme, tweak to properties import
Diffstat (limited to 'examples/adjacencytree/byroot_tree.py')
-rw-r--r--examples/adjacencytree/byroot_tree.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/adjacencytree/byroot_tree.py b/examples/adjacencytree/byroot_tree.py
index ee1dd4a49..ea5b9fac7 100644
--- a/examples/adjacencytree/byroot_tree.py
+++ b/examples/adjacencytree/byroot_tree.py
@@ -1,6 +1,4 @@
-from sqlalchemy.mapper import *
-from sqlalchemy.schema import *
-from sqlalchemy.sql import *
+from sqlalchemy import *
import sqlalchemy.util as util
import tables
import string, sys, time