summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--test/stuff/dirsize_benchmark.py (renamed from test/dirsize_benchmark.py)0
-rw-r--r--test/stuff/test1.py (renamed from test1.py)0
-rw-r--r--test/stuff/test2.py (renamed from test2.py)0
-rw-r--r--test/stuff/test3.py (renamed from test3.py)0
-rw-r--r--test/stuff/test4.py (renamed from test4.py)0
-rw-r--r--test/stuff/test5.py (renamed from test5.py)0
-rw-r--r--test/tc_history.py2
7 files changed, 1 insertions, 1 deletions
diff --git a/test/dirsize_benchmark.py b/test/stuff/dirsize_benchmark.py
index 5784ee80..5784ee80 100644
--- a/test/dirsize_benchmark.py
+++ b/test/stuff/dirsize_benchmark.py
diff --git a/test1.py b/test/stuff/test1.py
index 97505c41..97505c41 100644
--- a/test1.py
+++ b/test/stuff/test1.py
diff --git a/test2.py b/test/stuff/test2.py
index 21c5a5f9..21c5a5f9 100644
--- a/test2.py
+++ b/test/stuff/test2.py
diff --git a/test3.py b/test/stuff/test3.py
index 3b1986b7..3b1986b7 100644
--- a/test3.py
+++ b/test/stuff/test3.py
diff --git a/test4.py b/test/stuff/test4.py
index b2390a03..b2390a03 100644
--- a/test4.py
+++ b/test/stuff/test4.py
diff --git a/test5.py b/test/stuff/test5.py
index 682a716f..682a716f 100644
--- a/test5.py
+++ b/test/stuff/test5.py
diff --git a/test/tc_history.py b/test/tc_history.py
index 3e5adcff..e78af0aa 100644
--- a/test/tc_history.py
+++ b/test/tc_history.py
@@ -3,7 +3,7 @@ if __name__ == '__main__':
 	import sys
 	sys.path.append(abspath(join(sys.path[0], '..')))
 
-from ranger.history import History
+from ranger.container import History
 from unittest import TestCase, main
 import unittest
 
t'>
78a7d762 ^
36e4e71e ^

78a7d762 ^
36e4e71e ^


4ea0f69a ^

36e4e71e ^
0a32b684 ^
36e4e71e ^
0a32b684 ^
36e4e71e ^

f6ae504c ^
4ea0f69a ^

0a32b684 ^

4ea0f69a ^
0a32b684 ^
4ea0f69a ^


0a32b684 ^

4ea0f69a ^



36e4e71e ^





4ea0f69a ^


36e4e71e ^




4ea0f69a ^

36e4e71e ^



f6ae504c ^
4ea0f69a ^
36e4e71e ^

4ea0f69a ^

36e4e71e ^






4ea0f69a ^

306c76d8 ^






b6aff4c3 ^

306c76d8 ^
4ea0f69a ^

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