diff options
author | Guido Guenther <agx@sigxcpu.org> | 2008-04-14 14:14:09 +0200 |
---|---|---|
committer | Guido Guenther <agx@sigxcpu.org> | 2008-04-14 14:14:09 +0200 |
commit | df13ff980e9783c523f6b08c37e4b58e224876a3 (patch) | |
tree | f1afaa2b2fc4caed4953a37d490aee9c45e56e88 | |
parent | a793e8c5092955fb59647b0bf51da0a6d626d869 (diff) | |
download | git-buildpackage-df13ff980e9783c523f6b08c37e4b58e224876a3.tar.gz git-buildpackage-df13ff980e9783c523f6b08c37e4b58e224876a3.tar.bz2 git-buildpackage-df13ff980e9783c523f6b08c37e4b58e224876a3.zip |
add vim modeline
-rw-r--r-- | gbp/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gbp/__init__.py b/gbp/__init__.py index fe0ca3dd..a345bb2e 100644 --- a/gbp/__init__.py +++ b/gbp/__init__.py @@ -1,5 +1,6 @@ # vim: set fileencoding=utf-8 : # -# (C) 2006,2007 Guido Guenther <agx@sigxcpu.org> +# (C) 2006,2007,2008 Guido Guenther <agx@sigxcpu.org> """The various things needed by git-buildpackage and friends""" +# vim:et:ts=4:sw=4:et:sts=4:ai:set list listchars=tab\:»·,trail\:·: |