X-Git-Url: https://git.distorted.org.uk/~mdw/chopwood/blobdiff_plain/d6b72d90e658140961b040e53c009d82fa0f11c9..4e7866aba8adeec7d5613387d106fb1519108a25:/cgi.py diff --git a/cgi.py b/cgi.py index 3b3d441..26295e0 100644 --- a/cgi.py +++ b/cgi.py @@ -197,7 +197,8 @@ def set_template_keywords(): package = PACKAGE, version = VERSION, script = CFG.SCRIPT_NAME, - static = CFG.STATIC) + static = CFG.STATIC, + allowop = CFG.ALLOWOP) class TemplateFinder (object): """