From 5cdff31bc0c98b5b3e8f2f64f7bd78a6309b8440 Mon Sep 17 00:00:00 2001 From: Erik Allik Date: Mon, 19 Nov 2012 12:51:57 +0200 Subject: [PATCH] Removed the call to self.afterInit in DBObject.__init__ (forgot before); refs #34 --- twistar/dbobject.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/twistar/dbobject.py b/twistar/dbobject.py index 3ea9782..ee8bcec 100644 --- a/twistar/dbobject.py +++ b/twistar/dbobject.py @@ -90,8 +90,6 @@ def __init__(self, **kwargs): if self.__class__.RELATIONSHIP_CACHE is None: self.__class__.initRelationshipCache() - self.afterInit() - def updateAttrs(self, kwargs): """