fastmonkeys / stellar

Fast database snapshot and restore tool for development
MIT License
3.86k stars 119 forks source link

Ensure file handle is closed using with statement #6

Closed svisser closed 10 years ago

svisser commented 10 years ago

This changes ensures the file handle of the README file is properly closed.