X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fwipi.git;a=blobdiff_plain;f=plugin%2Ftheme%2Fextinction.py;h=22534e69032038610981b8bb68f49e39c5859a9b;hp=e4e3984e7ea1a659a15e5fbcb2f2d2400bbbb228;hb=b3fdc992a52066a8a5bd004834445eec6eb70961;hpb=afa4a447ea84e61746110327326cb68b8f48eb0a diff --git a/plugin/theme/extinction.py b/plugin/theme/extinction.py index e4e3984..22534e6 100644 --- a/plugin/theme/extinction.py +++ b/plugin/theme/extinction.py @@ -9,15 +9,5 @@ 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)