Refactor datastore implementation

This commit is contained in:
Matt Wright
2012-08-24 11:38:25 -04:00
parent da9f683c22
commit f928db298d
11 changed files with 167 additions and 153 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ def pprint(obj):
def commit(fn):
def wrapper(*args, **kwargs):
fn(*args, **kwargs)
_datastore._commit()
_datastore.commit()
return wrapper