summaryrefslogtreecommitdiff
path: root/alembic/templates
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-12-03 13:36:59 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2011-12-03 13:36:59 -0500
commit192d86c69d97286b2284fae39c74c1752077f798 (patch)
treecb58cb28f0623e97a517c9b33b71e8df7e0dda29 /alembic/templates
parent2e2fc529a4db7aea2b3c70de932c983e1c0b990e (diff)
downloadalembic-192d86c69d97286b2284fae39c74c1752077f798.tar.gz
- Python 2.5 is supported, needs
__future__.with_statement
Diffstat (limited to 'alembic/templates')
-rw-r--r--alembic/templates/generic/env.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/alembic/templates/generic/env.py b/alembic/templates/generic/env.py
index fbd0ada..73ce403 100644
--- a/alembic/templates/generic/env.py
+++ b/alembic/templates/generic/env.py
@@ -1,3 +1,4 @@
+from __future__ import with_statement
from alembic import context
from sqlalchemy import engine_from_config
from logging.config import fileConfig