Various changes related to generalization and persistance.

This commit is contained in:
Bill Dengler
2015-05-01 02:05:25 -04:00
parent 12541f3de3
commit ebcd5720b0
2 changed files with 3 additions and 4 deletions

View File

@@ -374,4 +374,3 @@ class Session(object):
for key,value in shelf.items():
self.db[key]=value
shelf.close()