1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00

Why am I importing sqlalchemy.databases.mysql...?

This commit is contained in:
Eevee 2010-03-25 08:39:48 -07:00
parent 41c2ebdeaf
commit b54501ef94

View file

@ -6,7 +6,6 @@ from sqlalchemy.ext.associationproxy import association_proxy
from sqlalchemy.orm import backref, relation
from sqlalchemy.sql import and_
from sqlalchemy.types import *
from sqlalchemy.databases.mysql import *
from pokedex.db import rst