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 /refs/head.py | |
parent | 8ad01ee239f9111133e52af29b78daed34c52e49 (diff) | |
download | gitpython-9ccd777c386704911734ae4c33a922a5682ac6c8.tar.gz |
Documentation is now being built for all new modules
Diffstat (limited to 'refs/head.py')
-rw-r--r-- | refs/head.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/refs/head.py b/refs/head.py index 91a1132c..278cecc7 100644 --- a/refs/head.py +++ b/refs/head.py @@ -1,4 +1,3 @@ -""" Module containing all ref based objects """ from symbolic import SymbolicReference from reference import Reference |