From: Matthijs Kooijman Date: Mon, 19 Apr 2010 13:20:47 +0000 (+0200) Subject: Add modeline to the exodus theme. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fwipi.git;a=commitdiff_plain;h=ad3878d0072e099f49bf8daeaaa52a60d3bcbbaa Add modeline to the exodus theme. --- 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: