From 615518ea4b09720774251244a3f19c2b9d4734c0 Mon Sep 17 00:00:00 2001 From: ber Date: Thu, 23 Jun 2011 08:26:14 +0000 Subject: [PATCH] Removed superfluous import. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4621 57a73879-2fb5-44c3-a270-3262357dd7e2 --- CHANGES.txt | 2 +- roundup/instance.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index e525c21..70a66f9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -9,7 +9,7 @@ Fixed: - Do not depend on a CPython implementation detail anymore to make Roundup more compatible with other Python implementations like PyPy. - Closes issue2550707. Thanks to Christof Meerwald. (Bernhard Reiter) + Closes issue2550707. Thanks to Christof Meerwald. (Bernhard Reiter, Richard) - Yet another fix to the mail gateway, messages got *all* files of an issue, not just the new ones. Thanks to Rafal Bisingier for reporting and proposing a fix. The regression test was updated. diff --git a/roundup/instance.py b/roundup/instance.py index 6680ba8..f2f100c 100644 --- a/roundup/instance.py +++ b/roundup/instance.py @@ -30,7 +30,6 @@ __docformat__ = 'restructuredtext' import os import sys -import __builtin__ from roundup import configuration, mailgw from roundup import hyperdb, backends, actions from roundup.cgi import client, templating -- 2.30.2