X-Git-Url: http://git.veekun.com/zzz-pokedex.git/blobdiff_plain/2a8dec47ae303c6b011d8b71e8e096a602518e23..517e947f5ab92e233677f95286af9feabeb68fbc:/pokedex/db/tables.py diff --git a/pokedex/db/tables.py b/pokedex/db/tables.py index 5670da9..55cd487 100644 --- a/pokedex/db/tables.py +++ b/pokedex/db/tables.py @@ -62,6 +62,9 @@ class TableSuperclass(object): def __str__(self): return unicode(self).encode('utf8') + def __repr__(self): + return unicode(self).encode('utf8') + mapped_classes = [] class TableMetaclass(DeclarativeMeta): def __init__(cls, name, bases, attrs):