Exemplo n.º 1
0
 def __init__( self ):
     """The Constructor."""
     pass
     self.mytime = localtime()
     self.logfile = None
     #Used for interaction with XML output classes.
     self.xmlAux = xmlAux()
Exemplo n.º 2
0
 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()