summary refs log tree commit diff stats
path: root/test/__init__.py
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-03-12 00:46:26 +0100
committerhut <hut@lavabit.com>2010-03-12 00:46:48 +0100
commit39edded7b8dcc7a65955bf69e30182dd80f2de09 (patch)
treeb17d843039de9547236f4bd6db8d0141dcba88ca /test/__init__.py
parent9ae98698dcc967b6ccecc461ac27d7f6461ee0d2 (diff)
downloadranger-39edded7b8dcc7a65955bf69e30182dd80f2de09.tar.gz
ranger.__init__: set a default value for arg
Diffstat (limited to 'test/__init__.py')
-rw-r--r--test/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/__init__.py b/test/__init__.py
index dc6dfc0d..29796ac1 100644
--- a/test/__init__.py
+++ b/test/__init__.py
@@ -18,8 +18,6 @@ import os, sys
 __all__ = [ x[0:x.index('.')] \
 		for x in os.listdir(os.path.dirname(__file__)) \
 		if x.startswith('tc_') ]
-import ranger
-ranger.arg = ranger.parse_arguments()
 
 def init():
 	sys.path.append(os.path.abspath(os.path.join(sys.path[0], '..')))
; 2015-06-19 12:28:36 -0700 1597 - port more helpers from arc version' href='/akkartik/mu/commit/066stream.mu?h=main&id=8fb0e672c2f5431141d58128f623d1cc02d67bb8'>8fb0e672 ^
760f683f ^
77d5b5d6 ^
104854ca ^
748b6865 ^
8fb0e672 ^

760f683f ^
9acf5c0f ^

4f3510d0 ^
7a84094a ^
a0331a9b ^
7a84094a ^
51b0936f ^
4f3510d0 ^

760f683f ^
4f3510d0 ^

9acf5c0f ^




760f683f ^
050a93ac ^

51b0936f ^
7a84094a ^
a0331a9b ^
7a84094a ^
51b0936f ^
4f3510d0 ^

760f683f ^
4f3510d0 ^

050a93ac ^


760f683f ^
77d5b5d6 ^
104854ca ^
7a84094a ^
ea19d0dc ^
7a84094a ^
748b6865 ^



8fb0e672 ^

760f683f ^
77d5b5d6 ^
104854ca ^
7a84094a ^
a0331a9b ^
7a84094a ^
104854ca ^
8fb0e672 ^
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