diff options
Diffstat (limited to 'vim/header_python')
-rw-r--r-- | vim/header_python | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vim/header_python b/vim/header_python new file mode 100644 index 0000000..7481e59 --- /dev/null +++ b/vim/header_python @@ -0,0 +1,12 @@ +:insert +#!/usr/bin/python +# -*- coding: utf-8 -*- + +# This program is free software. It comes without any warranty, to +# the extent permitted by applicable law. You can redistribute it +# and/or modify it under the terms of the Do What The Fuck You Want +# To Public License, Version 2, as published by Sam Hocevar. See +# http://sam.zoy.org/wtfpl/COPYING for more details. + +# Author: Stefan Ritter <xeno@thehappy.de> +# Description: |