X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fwipi.git;a=blobdiff_plain;f=plugin%2Ftheme%2Fexodus.py;h=daa60d95d87797f07bf53ea249b0ec1abc827817;hp=12354e201fa5a188e3eee9760452fd84423eff05;hb=ad3878d0072e099f49bf8daeaaa52a60d3bcbbaa;hpb=691070c8beafc156a31c60a10ce00e39354fdb90 diff --git a/plugin/theme/exodus.py b/plugin/theme/exodus.py index 12354e2..daa60d9 100644 --- a/plugin/theme/exodus.py +++ b/plugin/theme/exodus.py @@ -31,3 +31,5 @@ def execute(request): @return: Theme object """ return Theme(request) + +# vim: set sw=4 sts=4 expandtab: