summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/hosting/server/composites.py
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/hosting/server/composites.py')
-rw-r--r--sca-cpp/trunk/hosting/server/composites.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/hosting/server/composites.py b/sca-cpp/trunk/hosting/server/composites.py
index d929716bd7..2b59ebdab4 100644
--- a/sca-cpp/trunk/hosting/server/composites.py
+++ b/sca-cpp/trunk/hosting/server/composites.py
@@ -20,7 +20,7 @@ from util import *
# Convert an id to an app id
def appid(id):
- return ("'apps", "'" + car(id), "'app.composite")
+ return ("apps", car(id), "app.composite")
# Put an app into the apps db
def put(id, app, cache):