http://www.mediawiki.org/wiki/Special:Code/pywikipedia/11745
Revision: 11745 Author: drtrigon Date: 2013-07-11 21:28:44 +0000 (Thu, 11 Jul 2013) Log Message: ----------- bug fix; this has to be OPT-IN (!) of course (sorry for the inconvenience)
Modified Paths: -------------- trunk/pywikipedia/externals/__init__.py
Modified: trunk/pywikipedia/externals/__init__.py =================================================================== --- trunk/pywikipedia/externals/__init__.py 2013-07-11 20:15:10 UTC (rev 11744) +++ trunk/pywikipedia/externals/__init__.py 2013-07-11 21:28:44 UTC (rev 11745) @@ -71,7 +71,7 @@ { 'url': 'https://github.com/earwig/mwparserfromhell/archive/v0.2.zip', #{ 'url': 'https://github.com/earwig/mwparserfromhell/archive/master.zip', 'path': 'mwparserfromhell-0.2/mwparserfromhell'}, - {}), # ?? + {}), # OK 'colormath': ({'linux-fedora': [], 'linux-ubuntu': ['python-colormath'],}, { 'url': 'https://github.com/gtaylor/python-colormath/archive/master.zip', @@ -392,7 +392,6 @@
#check_setup_all() -check_setup('mwparserfromhell')
if sys.platform == 'win32': check_setup('patch.exe')
pywikipedia-svn@lists.wikimedia.org