Restore Python 2.5 compatibility w.r.t with statement.

This commit is contained in:
Jason R. Coombs 2012-11-30 20:26:21 -05:00
parent 13892788c3
commit 9f21d36040
1 changed files with 2 additions and 0 deletions

View File

@ -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