diff options
| author | Andy Smith <github@anarkystic.com> | 2012-01-10 16:43:58 -0800 |
|---|---|---|
| committer | Andy Smith <github@anarkystic.com> | 2012-01-10 16:43:58 -0800 |
| commit | 2814a981c190387ce1dfa0962fac7271fbc74cfa (patch) | |
| tree | fccfe6f648f2cb697813ff169247c44136264ebe | |
| parent | 230a00386014c06e01b9d79a641640f4d6d6e764 (diff) | |
| parent | d230857c3aa52a35f509e9c00884f59606d69fed (diff) | |
Merge pull request #11 from 4P/twk
adding #vim to file with changed indent
| -rw-r--r-- | keystone/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keystone/config.py b/keystone/config.py index 69a4fa8e..e9e64a62 100644 --- a/keystone/config.py +++ b/keystone/config.py @@ -1,3 +1,4 @@ +# vim: tabstop=4 shiftwidth=4 softtabstop=4 import gettext import logging import sys |
