Subversion Repositories Local Hare Voting

Rev

Rev 29 | Rev 37 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29 Rev 35
Line 48... Line 48...
48
def emitHTML(s):
48
def emitHTML(s):
49
    global fHTML
49
    global fHTML
50
    if fHTML: print s
50
    if fHTML: print s
51
    return
51
    return
52
 
52
 
53
def main():
53
def main(argv=None):
-
 
54
    if argv is None:
-
 
55
        argv = sys.argv
-
 
56
        
54
    emitPreHTML(formaction)
57
    emitPreHTML(formaction)
55
 
58
 
56
    form = cgi.FieldStorage()
59
    form = cgi.FieldStorage()
57
 
60
 
58
    if not form:
61
    if not form: