summaryrefslogtreecommitdiff
path: root/tests/test_sftp.py
diff options
context:
space:
mode:
authorScott Maxwell <scott@codecobblers.com>2013-11-19 09:37:33 -0800
committerScott Maxwell <scott@codecobblers.com>2013-11-19 09:38:05 -0800
commit981f768a62402a5aaa9f9f0ddfb4e14faa0d4442 (patch)
treebad5d1abfd09ce5770faf4a5ceff5aea26660dcc /tests/test_sftp.py
parentdcc78768bf2063bd63e9c7260ff74ea1dbccb89c (diff)
downloadparamiko-981f768a62402a5aaa9f9f0ddfb4e14faa0d4442.tar.gz
Remove `from __future__ import with_statement`
Diffstat (limited to 'tests/test_sftp.py')
-rwxr-xr-xtests/test_sftp.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_sftp.py b/tests/test_sftp.py
index 96315c6a..f78047bb 100755
--- a/tests/test_sftp.py
+++ b/tests/test_sftp.py
@@ -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