Skip to content

Instantly share code, notes, and snippets.

@derwiki
Created July 22, 2011 20:51
Show Gist options
  • Select an option

  • Save derwiki/1100395 to your computer and use it in GitHub Desktop.

Select an option

Save derwiki/1100395 to your computer and use it in GitHub Desktop.
def openfile(path):
with open(path) as fh:
return fh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment