import cgitb;cgitb.enable() def err(L): if 'never' in L: return if 1: print \ '\n'.join(L) v=2 err(['',None])