X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=plugin%2Ftheme%2Fextinction.py;h=5fc26e819ca94836126d01380690aa4325a3be44;hb=12b46399c84b4b2d3077483fbe3528653b3e217c;hp=e4e3984e7ea1a659a15e5fbcb2f2d2400bbbb228;hpb=16d6641d8e7bd26747eaf02d86c094365c852030;p=matthijs%2Fprojects%2Fwipi.git diff --git a/plugin/theme/extinction.py b/plugin/theme/extinction.py index e4e3984..5fc26e8 100644 --- a/plugin/theme/extinction.py +++ b/plugin/theme/extinction.py @@ -1,23 +1,13 @@ # -*- coding: iso-8859-1 -*- """ - MoinMoin - modern theme + MoinMoin - Extinction website theme. - @copyright: 2003-2005 Nir Soffer, Thomas Waldmann + @copyright: 2009+ Matthijs Kooijman @license: GNU GPL, see COPYING for details. """ from site import SiteTheme class Theme(SiteTheme): - name = "extinction" -def execute(request): - """ - Generate and return a theme object - - @param request: the request object - @rtype: MoinTheme - @return: Theme object - """ - return Theme(request)