summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6f41cd8)
raw | patch | inline | side by side (parent: 6f41cd8)
author | ber <ber@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 23 Jun 2011 08:26:14 +0000 (08:26 +0000) | ||
committer | ber <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 | patch | blob | history | |
roundup/instance.py | patch | blob | history |
diff --git a/CHANGES.txt b/CHANGES.txt
index e525c210212719144b0e62b69f3ea660ebcba83d..70a66f9d711695a0321047ffb762c24d79e5fedc 100644 (file)
--- a/CHANGES.txt
+++ b/CHANGES.txt
- 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 6680ba83668938e38dfb90b4a958b5a82e8257fc..f2f100c1d9795432beb10108698f35f30380a3c1 100644 (file)
--- a/roundup/instance.py
+++ b/roundup/instance.py
import os
import sys
-import __builtin__
from roundup import configuration, mailgw
from roundup import hyperdb, backends, actions
from roundup.cgi import client, templating