projects
/
zzz-pokedex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
03ebe5e
)
Why am I importing sqlalchemy.databases.mysql...?
author
Eevee
<git@veekun.com>
Thu, 25 Mar 2010 15:39:48 +0000
(08:39 -0700)
committer
Eevee
<git@veekun.com>
Mon, 29 Mar 2010 05:18:26 +0000
(22:18 -0700)
pokedex/db/tables.py
patch
|
blob
|
history
diff --git
a/pokedex/db/tables.py
b/pokedex/db/tables.py
index
01a070d
..
a5d8a84
100644
(file)
--- 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.orm import backref, relation
from sqlalchemy.sql import and_
from sqlalchemy.types import *
-from sqlalchemy.databases.mysql import *
from pokedex.db import rst
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.
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.
"""
Well, okay, almost: each slot actually appears twice.
"""