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)
commit4a4d66963130a7cbb2d66e6d8cb78328c4c5cefc
treed8cd3dfd24ba6ef7b213922adcbc5a9bd85c1ada
parent4b998ed32e2374cc294ec755f055291692e794e0
Use PEP 343's 'with' instead of try:/finally: x.close()
hooke/driver/jpk.py