2008/8/27 Guido Trotter <[EMAIL PROTECTED]>: >> diff --git a/lib/jqueue.py b/lib/jqueue.py >> index 16b47a5..0859058 100644 >> --- a/lib/jqueue.py >> +++ b/lib/jqueue.py >> +def TimeStampNow(): >> + return utils.SplitTime(time.time()) > > Should this go to utils?
It's only used in one place for now and we can still move it if needed. Do you agree? Regards, Michael