diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2010-11-23 16:32:43 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2010-11-23 16:32:43 +0100 |
commit | 9ccd777c386704911734ae4c33a922a5682ac6c8 (patch) | |
tree | 1e2ebda56c510846dffa126c581031c60322fa78 /index/fun.py | |
parent | 8ad01ee239f9111133e52af29b78daed34c52e49 (diff) | |
download | gitpython-9ccd777c386704911734ae4c33a922a5682ac6c8.tar.gz |
Documentation is now being built for all new modules
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, |