summaryrefslogtreecommitdiff
path: root/demos/demo_keygen.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 /demos/demo_keygen.py
parentdcc78768bf2063bd63e9c7260ff74ea1dbccb89c (diff)
downloadparamiko-981f768a62402a5aaa9f9f0ddfb4e14faa0d4442.tar.gz
Remove `from __future__ import with_statement`
Diffstat (limited to 'demos/demo_keygen.py')
-rwxr-xr-xdemos/demo_keygen.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/demo_keygen.py b/demos/demo_keygen.py
index 88facd46..860ee4e9 100755
--- a/demos/demo_keygen.py
+++ b/demos/demo_keygen.py
@@ -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