diff options
author | Scott Maxwell <scott@codecobblers.com> | 2013-11-19 09:37:33 -0800 |
---|---|---|
committer | Scott Maxwell <scott@codecobblers.com> | 2013-11-19 09:38:05 -0800 |
commit | 981f768a62402a5aaa9f9f0ddfb4e14faa0d4442 (patch) | |
tree | bad5d1abfd09ce5770faf4a5ceff5aea26660dcc /demos/demo_sftp.py | |
parent | dcc78768bf2063bd63e9c7260ff74ea1dbccb89c (diff) |
Remove `from __future__ import with_statement`
Diffstat (limited to 'demos/demo_sftp.py')
-rwxr-xr-x | demos/demo_sftp.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/demos/demo_sftp.py b/demos/demo_sftp.py index c04d6e15..a34f2b19 100755 --- a/demos/demo_sftp.py +++ b/demos/demo_sftp.py @@ -20,8 +20,6 @@ # based on code provided by raymond mosteller (thanks!) -from __future__ import with_statement - import base64 import getpass import os |