AstronDatabaseInterface: Clean up dclass

This commit is contained in:
xPythonic 2014-09-26 01:01:53 -04:00
parent 804fa563f5
commit b3ee351ba6
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ class AstronDatabaseInterface:
finally:
del self._callbacks[ctx]
del self._dclasses[ctx]
def updateObject(self, databaseId, doId, dclass, newFields, oldFields=None, callback=None):
"""