so you are saying that 

   self.logfile.write('%s\t'%(str(time()))) 

should be:

   self.logfile.write('%s\t'%(str(time.time()))) 

???
Thanks
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to