summaryrefslogtreecommitdiff
path: root/alembic/templates/pylons
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-11-27 17:43:31 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2011-11-27 17:43:31 -0500
commit1cea03808051665629ea3b5d9f458269b4a681c1 (patch)
tree747e0ddcfb240c3a888b5ebbcd6410d94a2bed17 /alembic/templates/pylons
parent47e6fcedb4ed4599b65e88727344f28d7f544c82 (diff)
downloadalembic-1cea03808051665629ea3b5d9f458269b4a681c1.tar.gz
more tests and now its sort of working
Diffstat (limited to 'alembic/templates/pylons')
-rw-r--r--alembic/templates/pylons/script.py.mako1
1 files changed, 1 insertions, 0 deletions
diff --git a/alembic/templates/pylons/script.py.mako b/alembic/templates/pylons/script.py.mako
index c6bf404..369c837 100644
--- a/alembic/templates/pylons/script.py.mako
+++ b/alembic/templates/pylons/script.py.mako
@@ -10,6 +10,7 @@ Create Date: ${create_date}
down_revision = ${repr(down_revision)}
from alembic.op import *
+import sqlalchemy as sa
def upgrade():
${upgrades if upgrades else "pass"}