diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2010-11-24 19:48:59 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2010-11-24 19:48:59 +0100 |
commit | 3175b5b21194bcc8f4448abe0a03a98d3a4a1360 (patch) | |
tree | f1a098c4b38ae3b7cf52600e9fc9c357cdd7c353 /index/fun.py | |
parent | fca367548e365f93c58c47dea45507025269f59a (diff) | |
parent | 3203cd7629345d32806f470a308975076b2b4686 (diff) | |
download | gitpython-3175b5b21194bcc8f4448abe0a03a98d3a4a1360.tar.gz |
Merge branch 'reflog'
Diffstat (limited to 'index/fun.py')
-rw-r--r-- | index/fun.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/index/fun.py b/index/fun.py index 87fdf1a9..9b35bf04 100644 --- a/index/fun.py +++ b/index/fun.py @@ -1,7 +1,6 @@ -""" -Contains standalone functions to accompany the index implementation and make it -more versatile -""" +# Contains standalone functions to accompany the index implementation and make it +# more versatile +# NOTE: Autodoc hates it if this is a docstring from stat import ( S_IFDIR, S_IFLNK, |