Remove code unneeded after f833e7ec4de1

This commit is contained in:
Éric Araujo 2012-12-08 14:41:39 -05:00
parent 5ead5549d0
commit 26ea4a08a3

View file

@ -47,11 +47,6 @@ class PyPIRCCommand(Command):
f.write(DEFAULT_PYPIRC % (username, password)) f.write(DEFAULT_PYPIRC % (username, password))
finally: finally:
f.close() f.close()
try:
os.chmod(rc, 0600)
except OSError:
# should do something better here
pass
def _read_pypirc(self): def _read_pypirc(self):
"""Reads the .pypirc file.""" """Reads the .pypirc file."""