aboutsummaryrefslogtreecommitdiffstats
path: root/src/_manage.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/_manage.py')
-rw-r--r--src/_manage.py11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/_manage.py b/src/_manage.py
index 4d28099..833e5b5 100644
--- a/src/_manage.py
+++ b/src/_manage.py
@@ -14,9 +14,6 @@
# * technolize (https://github.com/technolize)
#
# ------------------------------------------------------------------------------
-# -*- mode: zsh; sh-indentation: 2; indent-tabs-mode: nil; sh-basic-offset: 2; -*-
-# vim: ft=zsh sw=2 ts=2 et
-# ------------------------------------------------------------------------------
_managepy-adminindex(){
@@ -238,3 +235,11 @@ _manage.py() {
}
_manage.py "$@"
+
+# Local Variables:
+# mode: Shell-Script
+# sh-indentation: 2
+# indent-tabs-mode: nil
+# sh-basic-offset: 2
+# End:
+# vim: ft=zsh sw=2 ts=2 et