summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/hosting/server/palettes.py
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/hosting/server/palettes.py')
-rw-r--r--sca-cpp/trunk/hosting/server/palettes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/hosting/server/palettes.py b/sca-cpp/trunk/hosting/server/palettes.py
index 38e012835a..be681f874c 100644
--- a/sca-cpp/trunk/hosting/server/palettes.py
+++ b/sca-cpp/trunk/hosting/server/palettes.py
@@ -30,7 +30,7 @@ def put(id, palette, cache):
# Get a palette from the palettes db
def get(id, cache):
- if isNil(id):
+ if isNull(id):
return (("'feed", ("'title", "Palettes"), ("'id", "palettes")),)
return mkentry(car(id), car(id), None, now(), car(cache.get(paletteid(id))))