From f6306cc6048db21e8b6b996f79b0d16e41efcf57 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 16 Aug 2007 15:20:20 +0000 Subject: [PATCH] needed orm import --- examples/graphs/graph1.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/graphs/graph1.py b/examples/graphs/graph1.py index c2eec44f9f..8188d7c870 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() -- 2.47.3