We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2867297 commit 1dfe079Copy full SHA for 1dfe079
roundup/instance.py
@@ -15,7 +15,7 @@
15
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
16
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
17
#
18
-# $Id: instance.py,v 1.22 2004-09-29 07:01:44 a1s Exp $
+# $Id: instance.py,v 1.23 2004-09-29 07:26:17 a1s Exp $
19
20
'''Tracker handling (open tracker).
21
@@ -24,7 +24,6 @@
24
__docformat__ = 'restructuredtext'
25
26
import os
27
-import types
28
from roundup import configuration, mailgw, rlog
29
from roundup import hyperdb, backends
30
from roundup.cgi import client
0 commit comments