This commit is contained in:
Thomas NOËL 2011-08-04 09:41:25 +00:00
parent bf9777ee50
commit 8af3b3b679
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class HTTPRequest(quixote.http_request.HTTPRequest):
self.form[k] = v.encode(site_charset)
def get_substitution_variables(self):
# env variables starting with "APPNAME_" are exported to
# env variables starting with "APPNAME_" are exported to
# substitutions variables
prefix = get_publisher().APP_NAME.lower() + '_'
vars = {}