mirror of https://github.com/python/cpython.git
Remove code unneeded after f833e7ec4de1
This commit is contained in:
parent
5ead5549d0
commit
26ea4a08a3
|
@ -47,11 +47,6 @@ def _store_pypirc(self, username, password):
|
|||
f.write(DEFAULT_PYPIRC % (username, password))
|
||||
finally:
|
||||
f.close()
|
||||
try:
|
||||
os.chmod(rc, 0600)
|
||||
except OSError:
|
||||
# should do something better here
|
||||
pass
|
||||
|
||||
def _read_pypirc(self):
|
||||
"""Reads the .pypirc file."""
|
||||
|
|
Loading…
Reference in New Issue