Revision: 4425 Author: leogregianin Date: 2007-10-05 18:35:07 +0000 (Fri, 05 Oct 2007)
Log Message: ----------- +wikipedia.showHelp('featured')
Modified Paths: -------------- trunk/pywikipedia/featured.py
Modified: trunk/pywikipedia/featured.py =================================================================== --- trunk/pywikipedia/featured.py 2007-10-05 17:22:12 UTC (rev 4424) +++ trunk/pywikipedia/featured.py 2007-10-05 18:35:07 UTC (rev 4425) @@ -290,7 +290,7 @@ if not ll2: ll2="zzzzzzz" fromlang=[ll for ll in featured_name.keys() if ll>=ll1 and ll<=ll2] except: - wikipedia.output(__doc__) + wikipedia.showHelp('featured') elif arg == '-fromall': fromlang=featured_name.keys() elif arg.startswith('-after:'):