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

Oops! Added encoding line to tables.py.

This commit is contained in:
Eevee 2009-05-17 03:01:17 -07:00
parent 204fe28c7a
commit 0af6b1c8ab

View file

@ -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