Guest User

Untitled

a guest
May 24th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. (tfd, fn) = tempfile.mkstemp()
  2. tf = os.fdopen(tfd)
  3. for line in exclude:
  4. tf.write(line)
  5. tf.write("\n")
  6. tf.close()
Add Comment
Please, Sign In to add comment