mailgun / expiringdict

Dictionary with auto-expiring values for caching purposes.
Apache License 2.0
347 stars 76 forks source link

Ensure file handle is closed by using with statement #8

Closed svisser closed 10 years ago

svisser commented 10 years ago

This change ensure the file handle in setup.py is closed.

jeremyschlatter commented 10 years ago

Thanks!