Code

Removed superfluous import.
authorber <ber@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 23 Jun 2011 08:26:14 +0000 (08:26 +0000)
committerber <ber@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 23 Jun 2011 08:26:14 +0000 (08:26 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4621 57a73879-2fb5-44c3-a270-3262357dd7e2

CHANGES.txt
roundup/instance.py

index e525c210212719144b0e62b69f3ea660ebcba83d..70a66f9d711695a0321047ffb762c24d79e5fedc 100644 (file)
@@ -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.
index 6680ba83668938e38dfb90b4a958b5a82e8257fc..f2f100c1d9795432beb10108698f35f30380a3c1 100644 (file)
@@ -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