mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Use announce instead of print, to suppress output in
the testsuite.
This commit is contained in:
parent
5f5434074a
commit
68faf5b0fc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue