From 0f3b340da7acffba93de0618d80d6018097e98ee Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 24 Oct 2011 08:45:54 +0000 Subject: Refactor and simplify edit app, and optimize app resource loading and caching. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1188045 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/modules/edit/accounts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sca-cpp/trunk/modules/edit/accounts.py') diff --git a/sca-cpp/trunk/modules/edit/accounts.py b/sca-cpp/trunk/modules/edit/accounts.py index 6c37fc5d32..600134c054 100644 --- a/sca-cpp/trunk/modules/edit/accounts.py +++ b/sca-cpp/trunk/modules/edit/accounts.py @@ -22,7 +22,7 @@ from util import * def accountid(user): return ("'" + user.id(), "'user.account") -# Get the user's account +# Get the current user's account def get(id, user, cache): account = cache.get(accountid(user)) if isNil(account): -- cgit v1.2.3