Revision: 6758 Author: nicdumz Date: 2009-04-30 01:51:08 +0000 (Thu, 30 Apr 2009)
Log Message: ----------- Typo globarvar -> globalvar
Modified Paths: -------------- trunk/pywikipedia/interwiki.py
Modified: trunk/pywikipedia/interwiki.py =================================================================== --- trunk/pywikipedia/interwiki.py 2009-04-30 01:50:23 UTC (rev 6757) +++ trunk/pywikipedia/interwiki.py 2009-04-30 01:51:08 UTC (rev 6758) @@ -712,7 +712,7 @@ """Constructor. Takes as arguments the Page on the home wiki plus optionally a list of hints for translation"""
- if globarvar.contentsondisk: + if globalvar.contentsondisk: originPage = StoredPage(originPage)
# Remember the "origin page" @@ -858,7 +858,7 @@ self.makeForcedStop(counter) return False
- if globarvar.contentsondisk: + if globalvar.contentsondisk: page = StoredPage(page)
if page in self.foundIn:
pywikipedia-svn@lists.wikimedia.org