fixed locking issue with cache disk, thanks gypsy

This commit is contained in:
Massimo Di Pierro
2012-05-02 15:47:07 -05:00
parent 5d08e2a821
commit 6ddfbc883e
3 changed files with 81 additions and 59 deletions
+1
View File
@@ -1157,6 +1157,7 @@ class Auth(object):
def _get_user_id(self):
"accessor for auth.user_id"
return self.user and self.user.id or None
user_id = property(_get_user_id, doc="user.id or None")
def _HTTP(self, *a, **b):