Use PEP 343's 'with' instead of try:/finally: x.close()
authorW. Trevor King <wking@drexel.edu>
Mon, 14 Jun 2010 16:52:17 +0000 (12:52 -0400)
committerW. Trevor King <wking@drexel.edu>
Mon, 14 Jun 2010 16:52:17 +0000 (12:52 -0400)
commit8931a12e55da9f7dd508150fa3213a94e36a5d64
treed8cd3dfd24ba6ef7b213922adcbc5a9bd85c1ada
parentbaa5de84ffcae67995736310847e06cd2219709b
Use PEP 343's 'with' instead of try:/finally: x.close()
hooke/driver/jpk.py