summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-01-07 01:22:17 +0100
committerhut <hut@lavabit.com>2010-01-07 01:22:17 +0100
commitf5db66a1795d97c9f80d31b41a9607ce5cd0242b (patch)
tree59b90a2053228de596ee5ff2ef4901d625067bf3 /test
parent3db854eee17ff7e9c29319be04f8ae2b3e966bbf (diff)
downloadranger-f5db66a1795d97c9f80d31b41a9607ce5cd0242b.tar.gz
random cleanups and fixes
Diffstat (limited to 'test')
-rw-r--r--test/tc_keyapi.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tc_keyapi.py b/test/tc_keyapi.py
index f1067e26..d6c32271 100644
--- a/test/tc_keyapi.py
+++ b/test/tc_keyapi.py
@@ -13,6 +13,7 @@ class Test(TestCase):
 		class commandarg(object):
 			def __init__(self):
 				self.fm = dummyfm
+				self.n = None
 
 		arg = commandarg()
 
n131' href='#n131'>131 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 219 220 221 222 223 224 225 226 227 228