blob: 66b1d3d0445acf45b7e6786c6ddbed4027d4fa36 [file] [log] [blame]
from __future__ import with_statement
with open("x.txt") as f:
data = f.read()