From 68faf5b0fc24e11af95a60cef3f9d13fc85b2711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sat, 24 May 2008 09:00:04 +0000 Subject: Use announce instead of print, to suppress output in the testsuite. --- Lib/distutils/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/distutils/config.py b/Lib/distutils/config.py index 35a21ec..e07f8ac 100644 --- a/Lib/distutils/config.py +++ b/Lib/distutils/config.py @@ -62,7 +62,7 @@ class PyPIRCCommand(Command): """Reads the .pypirc file.""" rc = self._get_rc_file() if os.path.exists(rc): - print 'Using PyPI login from %s' % rc + self.announce('Using PyPI login from %s' % rc) repository = self.repository or self.DEFAULT_REPOSITORY realm = self.realm or self.DEFAULT_REALM -- cgit v0.12