diff options
Diffstat (limited to 'examples/graphs/graph1.py')
-rw-r--r-- | examples/graphs/graph1.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/graphs/graph1.py b/examples/graphs/graph1.py index c2eec44f9..8188d7c87 100644 --- a/examples/graphs/graph1.py +++ b/examples/graphs/graph1.py @@ -1,6 +1,7 @@ """a directed graph example.""" from sqlalchemy import * +from sqlalchemy.orm import * import logging logging.basicConfig() |