summaryrefslogtreecommitdiffhomepage
path: root/tests/test_sftp.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-09-05 11:16:52 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-09-05 11:17:29 -0700
commitf4de3307b1133c0b207f5af40227c64a8cb5389d (patch)
tree846c4ffc2c17c60b8fd0db190ecd1ba689245ad4 /tests/test_sftp.py
parent0b9280f5994c4bfc0504452276464d35b04370f1 (diff)
80-col tweaks
Diffstat (limited to 'tests/test_sftp.py')
-rwxr-xr-xtests/test_sftp.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_sftp.py b/tests/test_sftp.py
index 2b6aa3b6..26929bdb 100755
--- a/tests/test_sftp.py
+++ b/tests/test_sftp.py
@@ -279,8 +279,8 @@ class SFTPTest (unittest.TestCase):
def test_7_listdir(self):
"""
- verify that a folder can be created, a bunch of files can be placed in it,
- and those files show up in sftp.listdir.
+ verify that a folder can be created, a bunch of files can be placed in
+ it, and those files show up in sftp.listdir.
"""
try:
sftp.open(FOLDER + '/duck.txt', 'w').close()