Closed svisser closed 10 years ago
This change ensures the file handles in setup.py are properly closed using the with statement.
Hey @svisser, thanks for the pull request.
It looks like the tests are failing currently due to a typo.
Coverage remained the same when pulling 6185ba5a24cb17574aceb243f0bc6d755dc240c1 on svisser:patch-1 into 3b475ddf541a21d9751c22675387ec7fbb7dbc77 on treyhunner:master.
@treyhunner thanks for mentioning, it's fixed now.
Great. Thanks again for the pull request.
This change ensures the file handles in setup.py are properly closed using the with statement.