summary refs log tree commit diff stats
path: root/test/tc_loader.py
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-10-02 05:51:17 +0200
committerhut <hut@lavabit.com>2010-10-02 05:51:17 +0200
commita457053815d72ef5d7ccfedbfda02101665bdec6 (patch)
tree5ea00e015b6488f0874c626e61bc64c62e514b9c /test/tc_loader.py
parentba16a2e43a71f3ee1a66ffaf1613bb1cce1665fc (diff)
downloadranger-a457053815d72ef5d7ccfedbfda02101665bdec6.tar.gz
a little restructuration
Diffstat (limited to 'test/tc_loader.py')
-rw-r--r--test/tc_loader.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tc_loader.py b/test/tc_loader.py
index 5a2e5a68..a679a629 100644
--- a/test/tc_loader.py
+++ b/test/tc_loader.py
@@ -24,7 +24,7 @@ import os
 from os.path import realpath, join, dirname
 
 from testlib import Fake
-from ranger.shared import FileManagerAware, SettingsAware
+from ranger.core.shared import FileManagerAware, SettingsAware
 from ranger.core.loader import Loader
 from ranger.fsobject import Directory, File
 from ranger.ext.openstruct import OpenStruct
4 12:11:51 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2015-05-04 12:11:51 -0700 1252 - big-picture memory layout' href='/akkartik/mu/commit/cpp/999spaces.cc?h=main&id=be3fb4e139cff16a472fcde00642bf891e953aaf'>be3fb4e1 ^
13ba3def ^


1fad5eef ^
be3fb4e1 ^
7feea75b ^


c442a5ad ^



dfdfc7e9 ^


215365d4 ^

215365d4 ^

67bc24e7 ^
215365d4 ^
dfdfc7e9 ^
215365d4 ^
808e171d ^
1ead3562 ^
5d2a486d ^
f7631430 ^
f78f1907 ^
04209f72 ^
87f1cf60 ^

f78f1907 ^
5d2a486d ^


8a70ff4d ^
215365d4 ^


215365d4 ^
5d2a486d ^
dfdfc7e9 ^
215365d4 ^
f7631430 ^
215365d4 ^
5d2a486d ^

215365d4 ^
5d2a486d ^
1ead3562 ^
5d2a486d ^
1ead3562 ^
215365d4 ^
dfdfc7e9 ^
691b529e ^












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