Advertisement
HaniiPuppy

Untitled

Dec 18th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. with contextlib.nested(open(source, 'rb'), open(target, mode)) as (source_file, target_file):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement