summary refs log tree commit diff stats
path: root/test/tc_displayable.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/tc_displayable.py')
-rw-r--r--test/tc_displayable.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/tc_displayable.py b/test/tc_displayable.py
index 50f37845..1c66a40e 100644
--- a/test/tc_displayable.py
+++ b/test/tc_displayable.py
@@ -13,14 +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/>.
 
-if __name__ == '__main__': from __init__ import init; init()
-
 import unittest
 import curses
 from random import randint
 
 from ranger.gui.displayable import Displayable, DisplayableContainer
-from test import Fake, OK, raise_ok, TODO
+from testlib import Fake, OK, raise_ok, TODO
 
 class TestWithFakeCurses(unittest.TestCase):
 	def setUp(self):
EADME.md?id=ac7abc54757460638e089ceed829f1987a51172e'>ac7abc54 ^
7e976a02 ^
187a2a07 ^
5709f5a2 ^
d0dfe530 ^


d240eb62 ^

d0dfe530 ^


65e90dba ^













30c02e26 ^

65e90dba ^





fc93546b ^
65e90dba ^



d240eb62 ^
65e90dba ^
a1d37dda ^
5709f5a2 ^
65e90dba ^

2db1118f ^
65e90dba ^
4484c2b0 ^
65e90dba ^

2db1118f ^
65e90dba ^
63b996a3 ^
65e90dba ^
00fc0e2e ^
2db1118f ^
00fc0e2e ^
c4d3f19d ^
65e90dba ^
447d19aa ^

65e90dba ^
d4892b29 ^
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