Commit ca303a98 authored by Martin v. Löwis's avatar Martin v. Löwis

Use announce instead of print, to suppress output in

the testsuite.
parent 9c132229
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment