def __init__( self ): """The Constructor.""" pass self.mytime = localtime() self.logfile = None #Used for interaction with XML output classes. self.xmlAux = xmlAux()
def __init__(self): """The Constructor.""" pass self.mytime = localtime() self.logfile = None self.ALWAYS_FLUSH = False #Used for interaction with XML output classes. self.xmlAux = xmlAux()