From b3796a22bbafb2aa5eee5fdf0b2a9463c2520962 Mon Sep 17 00:00:00 2001 From: Eevee Date: Thu, 25 Mar 2010 08:39:48 -0700 Subject: [PATCH] Why am I importing sqlalchemy.databases.mysql...? --- pokedex/db/tables.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pokedex/db/tables.py b/pokedex/db/tables.py index 01a070d..a5d8a84 100644 --- a/pokedex/db/tables.py +++ b/pokedex/db/tables.py @@ -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 @@ -58,7 +57,7 @@ class Encounter(TableBase): A slot (20% walking in grass) and any appropriate world conditions (no swarm) are thus enough to define a specific encounter. - + Well, okay, almost: each slot actually appears twice. """ -- 2.7.4