Commit 6b0394e3 authored by Éric Araujo's avatar Éric Araujo

Remove code unneeded after f833e7ec4de1

parent e801e830
......@@ -47,11 +47,6 @@ class PyPIRCCommand(Command):
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."""
......
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