X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fwipi.git;a=blobdiff_plain;f=plugin%2Ftheme%2Fsite.py;h=19b10bd51df4c26ed6676a853cd6ac9ec6ea20c0;hp=e58d273fb55e27efad6abed19b718313cf56658d;hb=b3fdc992a52066a8a5bd004834445eec6eb70961;hpb=afa4a447ea84e61746110327326cb68b8f48eb0a diff --git a/plugin/theme/site.py b/plugin/theme/site.py index e58d273..19b10bd 100644 --- a/plugin/theme/site.py +++ b/plugin/theme/site.py @@ -184,14 +184,4 @@ class SiteTheme(ThemeBase): # This adds #pagebottom and closes #page return html -def execute(request): - """ - Generate and return a theme object - - @param request: the request object - @rtype: MoinTheme - @return: Theme object - """ - return Theme(request) - # vim: set sw=4 sts=4 expandtab: