blob: 1ce2dcdb5d728d60f30b76cdb1687d128d0338b1 [file]
try:
f = open('myfile.txt')
except IOError as (errno, strerror):
pass