summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-02-25 02:26:00 +0100
committerhut <hut@lavabit.com>2010-02-25 02:45:47 +0100
commita5d9423cad0a112564447b2519208b9ec5354665 (patch)
treef240bcb33d8f16187e3c10adbc9eb83bcde67fac /test
parentdc437e3b564df67db5cd27aeb7465625f7d875a9 (diff)
downloadranger-a5d9423cad0a112564447b2519208b9ec5354665.tar.gz
tc_keyapi: updated testcase
Diffstat (limited to 'test')
-rw-r--r--test/tc_keyapi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tc_keyapi.py b/test/tc_keyapi.py
index 3cd5da0a..9fc65606 100644
--- a/test/tc_keyapi.py
+++ b/test/tc_keyapi.py
@@ -4,7 +4,7 @@ from unittest import TestCase, main
 
 class Test(TestCase):
 	def test_wrapper(self):
-		from ranger.keyapi import Wrapper
+		from ranger.api.keys import Wrapper
 
 		class dummyfm(object):
 			def move(self, relative):
7 ^
9b55f2de ^
a4cadf78 ^
97d1b964 ^

a2726b6a ^
a2f5e921 ^

a2726b6a ^

a2f5e921 ^


















a2726b6a ^

a2f5e921 ^

44862fe8 ^
a2f5e921 ^




a2726b6a ^
a2f5e921 ^

44862fe8 ^
a2f5e921 ^










a2726b6a ^
97d1b964 ^

a2726b6a ^
97d1b964 ^



a2726b6a ^
97d1b964 ^















a2726b6a ^

97d1b964 ^

44862fe8 ^
97d1b964 ^













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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134