Future import for with: under py25
This commit is contained in:
parent
9fa2cfee9d
commit
aed86f26bf
|
@ -20,6 +20,8 @@
|
||||||
L{SFTPFile}
|
L{SFTPFile}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
from __future__ import with_statement
|
||||||
|
|
||||||
from binascii import hexlify
|
from binascii import hexlify
|
||||||
from collections import deque
|
from collections import deque
|
||||||
import socket
|
import socket
|
||||||
|
|
Loading…
Reference in New Issue