summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/adjacencytree/tables.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/adjacencytree/tables.py b/examples/adjacencytree/tables.py
index d721d9330..182865087 100644
--- a/examples/adjacencytree/tables.py
+++ b/examples/adjacencytree/tables.py
@@ -14,4 +14,8 @@ trees = Table('treenodes', engine,
Column('node_name', String(50), nullable=False)
)
+print "\n\n\n----------------------------"
+print "Creating Tree Table:"
+print "----------------------------"
+
trees.create() \ No newline at end of file