Use absolute path for importing modules

This commit is contained in:
Sheng
2018-04-26 22:38:03 +08:00
parent f78588bcc1
commit ffb776ca6c
9 changed files with 20 additions and 18 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ from paramiko.py3compat import u, decodebytes
# setup logging
paramiko.util.log_to_file('sshserver.log')
paramiko.util.log_to_file('tests/sshserver.log')
host_key = paramiko.RSAKey(filename='tests/test_rsa.key')
# host_key = paramiko.DSSKey(filename='test_dss.key')