Remove `from __future__ import with_statement`

This commit is contained in:
Scott Maxwell 2013-11-19 09:37:33 -08:00
parent dcc78768bf
commit 981f768a62
4 changed files with 0 additions and 7 deletions

View File

@ -17,7 +17,6 @@
# You should have received a copy of the GNU Lesser General Public License
# along with Paramiko; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
from __future__ import with_statement
import sys

View File

@ -20,8 +20,6 @@
# based on code provided by raymond mosteller (thanks!)
from __future__ import with_statement
import base64
import getpass
import os

View File

@ -21,8 +21,6 @@
Functions for communicating with Pageant, the basic windows ssh agent program.
"""
from __future__ import with_statement
import struct
import threading
import array

View File

@ -23,8 +23,6 @@ a real actual sftp server is contacted, and a new folder is created there to
do test file operations in (so no existing files will be harmed).
"""
from __future__ import with_statement
from binascii import hexlify
import os
import warnings