Roundup Tracker - Issues

Issue 1081959

classification
back_sqlite.py is missing "import time"
Type: Severity: normal
Components: Database Versions:
process
Status: closed fixed
:
: richard : mstarzyk, richard
Priority: normal :

Created on 2004-12-09 09:46 by mstarzyk, last changed 2004-12-09 09:46 by mstarzyk.

Messages
msg1548 Author: [hidden] (mstarzyk) Date: 2004-12-09 09:46
Roundup: 0.8.0b
Pysqlite: 1.1.5

Traceback (most recent call last):
  File "C:\Python24\Lib\site-
packages\roundup\backends\back_sqlite.py", line 63, 
in sqlite_busy_handler
    self._busy_handler_endtime = time.time() + 30
NameError: global name 'time' is not defined
History
Date User Action Args
2004-12-09 09:46:09mstarzykcreate