Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1b466f2

Browse files
committed
Merged revisions 63575 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r63575 | martin.v.loewis | 2008-05-24 11:00:04 +0200 (Sat, 24 May 2008) | 3 lines Use announce instead of print, to suppress output in the testsuite. ........
1 parent 2442015 commit 1b466f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/distutils/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def _read_pypirc(self):
5858
"""Reads the .pypirc file."""
5959
rc = self._get_rc_file()
6060
if os.path.exists(rc):
61-
print('Using PyPI login from %s' % rc)
61+
self.announce('Using PyPI login from %s' % rc)
6262
repository = self.repository or self.DEFAULT_REPOSITORY
6363
realm = self.realm or self.DEFAULT_REALM
6464

0 commit comments

Comments
 (0)