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:
cff12e9
)
Oops! Added encoding line to tables.py. #6
author
Eevee
<git@veekun.com>
Sun, 17 May 2009 10:01:17 +0000
(
03:01
-0700)
committer
Eevee
<git@veekun.com>
Sun, 17 May 2009 10:01:17 +0000
(
03:01
-0700)
pokedex/db/tables.py
patch
|
blob
|
history
diff --git
a/pokedex/db/tables.py
b/pokedex/db/tables.py
index
2f49bd9
..
95961d3
100644
(file)
--- a/
pokedex/db/tables.py
+++ b/
pokedex/db/tables.py
@@
-1,3
+1,5
@@
+# encoding: utf8
+
from sqlalchemy import Column, ForeignKey, MetaData, Table
from sqlalchemy.ext.declarative import declarative_base
from sqlalchemy.orm import backref, relation