2 # -*- coding: iso-8859-15 -*-
5 """This module contains general functions for using the MediaWiki API. There is one very
6 good Python wrapper implementation of the MediaWiki API:
7 * wikitools http://code.google.com/p/python-wikitools/
9 Therefore this module doesn't need to have much content.