Fix state a bit

This commit is contained in:
Matt Wright
2012-07-19 17:39:55 -04:00
parent 78b2eb8b18
commit 39670ac84e
+2
View File
@@ -244,6 +244,8 @@ class Security(object):
app.extensions['security'] = state
return state
def _get_state(self, app, datastore):
assert app is not None
assert datastore is not None