summary refs log tree commit diff stats
path: root/test/tc_ext.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/tc_ext.py')
-rw-r--r--test/tc_ext.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/tc_ext.py b/test/tc_ext.py
index 919f35a2..495591a1 100644
--- a/test/tc_ext.py
+++ b/test/tc_ext.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]
+
 import unittest
 from collections import deque
 
quot;, label v2-8pre_2' href='/ingrix/lynx-snapshots/commit/WWW/Library/Implementation/HTDOS.c?id=349da2fb30fd6d2be4bd47a95fee9915b50f6d67'>349da2fb ^
1d80538b ^
349da2fb ^
1d80538b ^

349da2fb ^
1d80538b ^






e4409c40 ^


e9b52cbf ^
e4409c40 ^
e9b52cbf ^
e4409c40 ^

e9b52cbf ^

e4409c40 ^

e9b52cbf ^
e4409c40 ^


1d80538b ^


e4409c40 ^
1d80538b ^


349da2fb ^

1d80538b ^
349da2fb ^
1d80538b ^

349da2fb ^
1d80538b ^
b63d287c ^
1d80538b ^
349da2fb ^

e4409c40 ^



349da2fb ^
e4409c40 ^






af9be28b ^
e4409c40 ^
af9be28b ^


e4409c40 ^





4b034492 ^
e4409c40 ^

4b034492 ^
4fa34a53 ^

373bfbe1 ^
4fa34a53 ^
e4409c40 ^
4b034492 ^
e4409c40 ^

4b034492 ^
4fa34a53 ^

373bfbe1 ^
4fa34a53 ^
e4409c40 ^

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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98