Revision: 5769 Author: russblau Date: 2008-07-28 14:34:45 +0000 (Mon, 28 Jul 2008)
Log Message: ----------- Untabify file. Don't mix spaces and tabs!
Modified Paths: -------------- trunk/pywikipedia/family.py
Modified: trunk/pywikipedia/family.py =================================================================== --- trunk/pywikipedia/family.py 2008-07-28 14:32:05 UTC (rev 5768) +++ trunk/pywikipedia/family.py 2008-07-28 14:34:45 UTC (rev 5769) @@ -3185,11 +3185,11 @@ return True
def post_get_convert(self, site, getText): - """Does a conversion on the retrieved text from the wiki - i.e. Esperanto X-conversion """ - return getText + """Does a conversion on the retrieved text from the wiki + i.e. Esperanto X-conversion """ + return getText
def pre_put_convert(self, site, putText): - """Does a conversion on the text to insert on the wiki - i.e. Esperanto X-conversion """ - return putText + """Does a conversion on the text to insert on the wiki + i.e. Esperanto X-conversion """ + return putText