summaryrefslogtreecommitdiff
path: root/migrate/changeset/databases/visitor.py
diff options
context:
space:
mode:
authoriElectric <unknown>2009-06-20 22:33:03 +0000
committeriElectric <unknown>2009-06-20 22:33:03 +0000
commitcde0f9b52d900288d5ff85fe0e742f9d73c37e6f (patch)
tree44a8bbb3837c97e608bbb55cc55edeaff077b8b3 /migrate/changeset/databases/visitor.py
parent7eafe744c2b3961b303c9bb1f7f219eeb8738840 (diff)
downloadsqlalchemy-migrate-cde0f9b52d900288d5ff85fe0e742f9d73c37e6f.tar.gz
updated changeset tests. whole package is finally PEP8. fixed mysql tests&bugs. updated docs where apropriate. changeset test coverage almost at 100%
Diffstat (limited to 'migrate/changeset/databases/visitor.py')
-rw-r--r--migrate/changeset/databases/visitor.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/migrate/changeset/databases/visitor.py b/migrate/changeset/databases/visitor.py
index f0fa973..2f282c7 100644
--- a/migrate/changeset/databases/visitor.py
+++ b/migrate/changeset/databases/visitor.py
@@ -2,8 +2,10 @@
Module for visitor class mapping.
"""
import sqlalchemy as sa
-from migrate.changeset.databases import sqlite, postgres, mysql, oracle
+
from migrate.changeset import ansisql
+from migrate.changeset.databases import sqlite, postgres, mysql, oracle
+
# Map SA dialects to the corresponding Migrate extensions
dialects = {