summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/hosting/server/accounts.py
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/hosting/server/accounts.py')
-rw-r--r--sca-cpp/trunk/hosting/server/accounts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/hosting/server/accounts.py b/sca-cpp/trunk/hosting/server/accounts.py
index 99655620f1..6aa50c9375 100644
--- a/sca-cpp/trunk/hosting/server/accounts.py
+++ b/sca-cpp/trunk/hosting/server/accounts.py
@@ -28,7 +28,7 @@ def accountid(user):
def get(id, user, cache):
debug('accounts.py::get::id', id)
account = cache.get(accountid(user))
- if isNil(account):
+ if isNull(account):
return mkentry(user.get(()), user.get(()), user.get(()), now(), ())
return account