Skip to content

Commit f408b12

Browse files
Bernhard ReiterBernhard Reiter
authored andcommitted
Removed superfluous import.
1 parent 0f004a0 commit f408b12

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Fixed:
99

1010
- Do not depend on a CPython implementation detail anymore to make Roundup
1111
more compatible with other Python implementations like PyPy.
12-
Closes issue2550707. Thanks to Christof Meerwald. (Bernhard Reiter)
12+
Closes issue2550707. Thanks to Christof Meerwald. (Bernhard Reiter, Richard)
1313
- Yet another fix to the mail gateway, messages got *all* files of
1414
an issue, not just the new ones. Thanks to Rafal Bisingier for
1515
reporting and proposing a fix. The regression test was updated.

roundup/instance.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030

3131
import os
3232
import sys
33-
import __builtin__
3433
from roundup import configuration, mailgw
3534
from roundup import hyperdb, backends, actions
3635
from roundup.cgi import client, templating

0 commit comments

Comments
 (0)