summarylogtreecommitdiffstats
path: root/sshdo-1.1.1-import.patch
blob: 7d3f0065adafcc3f56499ca1ab4c11a64b5ee239 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/test_sshdo b/test_sshdo
index 2c99fd2..2225901 100755
--- a/test_sshdo
+++ b/test_sshdo
@@ -31,6 +31,7 @@
 from __future__ import print_function
 import os, sys, glob, shutil, pprint, copy, pwd, grp
 py2 = sys.version_info.major == 2
+sys.path.append(".")
 none = None
 
 def test_check_auth():