X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/2583876e634ec708d02cfb57e8a8482c68002a77..f6bddba1c55448fae6674bb03838fceb4bd982ba:/code/main.py diff --git a/code/main.py b/code/main.py index 17bbd62..ab0d1cd 100755 --- a/code/main.py +++ b/code/main.py @@ -93,16 +93,6 @@ class Checkpoint: checkpoint = Checkpoint() -def jquote(string): - return "'" + string.replace('\\', '\\\\').replace("'", "\\'").replace('\n', '\\n') + "'" - -def helppopup(subj): - """Return HTML code for a (?) link to a specified help topic""" - return ('(?)') - def makeErrorPre(old, addition): if addition is None: return @@ -113,7 +103,6 @@ def makeErrorPre(old, addition): Template.database = database Template.config = config -Template.helppopup = staticmethod(helppopup) Template.err = None class JsonDict: