summary refs log tree commit diff stats
path: root/test
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
parent9ae98698dcc967b6ccecc461ac27d7f6461ee0d2 (diff)
downloadranger-39edded7b8dcc7a65955bf69e30182dd80f2de09.tar.gz
ranger.__init__: set a default value for arg
Diffstat (limited to 'test')
-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], '..')))
a id='n132' href='#n132'>132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218