Future import for with: under py25

This commit is contained in:
Jeff Forcier 2014-02-10 18:10:52 -08:00
parent 9fa2cfee9d
commit aed86f26bf
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@
L{SFTPFile}
"""
from __future__ import with_statement
from binascii import hexlify
from collections import deque
import socket