Skip to content

Commit

Permalink
Removed the call to self.afterInit in DBObject.__init__ (forgot befor…
Browse files Browse the repository at this point in the history
…e); refs bmuller#34
  • Loading branch information
Erik Allik committed Nov 19, 2012
1 parent b1dbba1 commit 5cdff31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions twistar/dbobject.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ def __init__(self, **kwargs):
if self.__class__.RELATIONSHIP_CACHE is None:
self.__class__.initRelationshipCache()

self.afterInit()


def updateAttrs(self, kwargs):
"""
Expand Down

0 comments on commit 5cdff31

Please sign in to comment.