Oops! Added encoding line to tables.py. #6
[zzz-pokedex.git] / pokedex / db / tables.py
index 2f49bd9..95961d3 100644 (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