A certainl part of an if() structure never gets executed.

Michael Torrie torriem at gmail.com
Wed Jun 12 01:05:12 EDT 2013


On 06/11/2013 10:49 PM, Michael Torrie wrote:
> ----------- my_cgi_script.py -------------------
> import do_something
> 
> # handle cgi stuff
> # get name, month year
> dosomething.dosomething(name, month, year)

Make that do_something.do_something



More information about the Python-list mailing list