cleanup - renamings - ongoing
[tests.git] / system / utils.py
1 # $Id$
2 import time
3
4 # how could this accept a list again ?
5 def header(message):
6     now=time.strftime("%H:%M:%S", time.localtime())
7     print "*",now,'--',message