Skip to content

Commit

Permalink
Remove code unneeded after f833e7ec4de1
Browse files Browse the repository at this point in the history
  • Loading branch information
merwok committed Dec 8, 2012
1 parent 5ead554 commit 26ea4a0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Lib/distutils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down

0 comments on commit 26ea4a0

Please sign in to comment.