Skip to content

Commit

Permalink
Rename BASE -> Base
Browse files Browse the repository at this point in the history
  • Loading branch information
seanh committed Jul 21, 2015
1 parent 644477f commit fe42d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h/api/nipsa/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from h.api import db


class NipsaUser(db.BASE):
class NipsaUser(db.Base):

"""A NIPSA entry for a user (SQLAlchemy ORM class)."""

Expand Down

0 comments on commit fe42d27

Please sign in to comment.