Ensure 'Timestamp' inherits from 'object'.

This commit is contained in:
Ryan Leckey
2014-07-08 12:02:43 -07:00
parent b6af68f892
commit 706de6f775

View File

@@ -2,7 +2,7 @@ from datetime import datetime
import sqlalchemy as sa
class Timestamp:
class Timestamp(object):
"""Adds `created` and `updated` columns to a derived declarative model.
The `created` column is handled through a default and the `updated`