summaryrefslogtreecommitdiff
path: root/test-sftpfs
diff options
context:
space:
mode:
Diffstat (limited to 'test-sftpfs')
-rwxr-xr-xtest-sftpfs6
1 files changed, 3 insertions, 3 deletions
diff --git a/test-sftpfs b/test-sftpfs
index f79cb871..cfb0e810 100755
--- a/test-sftpfs
+++ b/test-sftpfs
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright 2010-2014 Lars Wirzenius
+# Copyright 2010-2015 Lars Wirzenius
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -52,8 +52,8 @@ class SftpTests(unittest.TestCase, obnamlib.VfsTests):
'ssh-command': None,
'ssh-host-keys-check': 'no',
}
- self.fs = obnamlib.plugins.sftp_plugin.SftpFS(baseurl,
- settings=settings)
+ self.fs = obnamlib.plugins.sftp_plugin.SftpFS(
+ baseurl, settings=settings)
self.fs.connect()
def tearDown(self):