Exemplo n.º 1
0
def fx_wrprep():
    """
    Set wr verbosity and remove wr.process_line.lastline if it exists
    """
    wr.verbose(False, True)
    if hasattr(wr.process_line, 'lastline'):
        del wr.process_line.lastline