Remove code unneeded after f833e7ec4de1

This commit is contained in:
Éric Araujo 2012-12-08 14:41:39 -05:00
parent 5ead5549d0
commit 26ea4a08a3
1 changed files with 0 additions and 5 deletions

View File

@ -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."""