Index: trunk/wikiation/installer/installers.py |
— | — | @@ -239,7 +239,10 @@ |
240 | 240 | |
241 | 241 | if ppath['ai'] not in ["available","installed",None]: |
242 | 242 | raise Parse_Exception("By '"+ppath['ai']+"', did you mean available or did you mean installed?") |
243 | | - |
| 243 | + |
| 244 | + if ppath['system']=="hailmary": #easter egg |
| 245 | + ppath['system']='naive' |
| 246 | + |
244 | 247 | if ppath['system'] not in systems.keys() and not ppath['system']=="None": |
245 | 248 | system_names=", ".join(ls_systems()) |
246 | 249 | raise Parse_Exception("Did you mean to specify any of "+system_names) |