Restore Python 2.5 compatibility w.r.t with statement.
This commit is contained in:
parent
13892788c3
commit
9f21d36040
|
@ -21,6 +21,8 @@
|
|||
Functions for communicating with Pageant, the basic windows ssh agent program.
|
||||
"""
|
||||
|
||||
from __future__ import with_statement
|
||||
|
||||
import struct
|
||||
import threading
|
||||
import array
|
||||
|
|
Loading…
Reference in New Issue