r47712 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47711‎ | r47712 | r47713 >
Date:17:38, 23 February 2009
Author:kim
Status:deferred
Tags:
Comment:
Easter Egg ;-)
Modified paths:
  • /trunk/wikiation/installer/installers.py (modified) (history)

Diff [purge]

Index: trunk/wikiation/installer/installers.py
@@ -239,7 +239,10 @@
240240
241241 if ppath['ai'] not in ["available","installed",None]:
242242 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+
244247 if ppath['system'] not in systems.keys() and not ppath['system']=="None":
245248 system_names=", ".join(ls_systems())
246249 raise Parse_Exception("Did you mean to specify any of "+system_names)

Status & tagging log