]> git.sur5r.net Git - bacula/bacula/blob - regress/win32/starttime.py
More debug for faketape ansi label
[bacula/bacula] / regress / win32 / starttime.py
1 from time import time as now 
2
3 fn = open('time.out', 'w+')
4 fn.write('%s' % now())
5 fn.close()