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/base.py | |
parent | 8ad01ee239f9111133e52af29b78daed34c52e49 (diff) | |
download | gitpython-9ccd777c386704911734ae4c33a922a5682ac6c8.tar.gz |
Documentation is now being built for all new modules
Diffstat (limited to 'index/base.py')
-rw-r--r-- | index/base.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/index/base.py b/index/base.py index 05caa06d..a63dbb26 100644 --- a/index/base.py +++ b/index/base.py @@ -3,8 +3,6 @@ # # This module is part of GitPython and is released under # the BSD License: http://www.opensource.org/licenses/bsd-license.php -"""Module containing Index implementation, allowing to perform all kinds of index -manipulations such as querying and merging.""" import tempfile import os import sys |