summary refs log tree commit diff stats
path: root/test/tc_directory.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/tc_directory.py')
-rw-r--r--test/tc_directory.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/tc_directory.py b/test/tc_directory.py
index 024ebc9d..a702c4db 100644
--- a/test/tc_directory.py
+++ b/test/tc_directory.py
@@ -13,8 +13,6 @@
 # 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 sys
 from os.path import realpath, join, dirname
 
title='Blame the previous revision' href='/akkartik/mu/blame/html/apps/ex3.2.mu.html?h=hlt&id=8f32cb825ee4037ad4cf0d7d3f3a48093dc5eb7f'>^
d3a9db3a ^
3350c34a ^
290f2f67 ^
































3350c34a ^
290f2f67 ^
d3a9db3a ^


3350c34a ^
d3a9db3a ^


290f2f67 ^
3d1c4216 ^
d3a9db3a ^

3350c34a ^
290f2f67 ^

783eb31a ^
3350c34a ^
290f2f67 ^
3350c34a ^
783eb31a ^
290f2f67 ^
d3a9db3a ^
3350c34a ^

290f2f67 ^

783eb31a ^
3350c34a ^


783eb31a ^
290f2f67 ^
3d1c4216 ^

290f2f67 ^



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