summary refs log tree commit diff stats
path: root/test/tc_keyapi.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/tc_keyapi.py')
-rw-r--r--test/tc_keyapi.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/tc_keyapi.py b/test/tc_keyapi.py
index 48282a7d..79d89fa5 100644
--- a/test/tc_keyapi.py
+++ b/test/tc_keyapi.py
@@ -13,6 +13,12 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+import os.path
+import sys
+rangerpath = os.path.join(os.path.dirname(__file__), '..')
+if sys.path[1] != rangerpath:
+	sys.path[1:1] = [rangerpath]
+
 from unittest import TestCase, main
 
 class Test(TestCase):
c22e9e6c51bb035a717ab7d29e2fd'>^
b27c5d0f ^
8685e78c ^
fb347855 ^
71577c1f ^
81190251 ^

447d2358 ^
71577c1f ^
3bb1f124 ^
7db1bcee ^
d56f6dc3 ^
5c65599e ^
81190251 ^
447d2358 ^
447d2358 ^
















447d2358 ^

5c65599e ^
49661625 ^

53fc89f7 ^
447d2358 ^
3bb1f124 ^
88f423af ^
7db1bcee ^

00a475cf ^
7db1bcee ^
5c65599e ^
81190251 ^
3e3786eb ^
71577c1f ^

bf347ab9 ^
447d2358 ^
5c65599e ^
447d2358 ^
3bb1f124 ^
00a475cf ^
7db1bcee ^
5c65599e ^
81190251 ^
447d2358 ^
447d2358 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72