diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2009-11-03 21:43:17 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2009-11-04 13:18:41 +0100 |
commit | 4748e813980e1316aa364e0830a4dc082ff86eb0 (patch) | |
tree | 65a00a4d9cbd47175b6d5a417923c3be2f4a4e84 /lib/git/refs.py | |
parent | f41d42ee7e264ce2fc32cea555e5f666fa1b1fe9 (diff) | |
download | gitpython-4748e813980e1316aa364e0830a4dc082ff86eb0.tar.gz |
added all new files to reference.rst and corrected the worst mistakes. There are still a few errors left that I cannot fix as it complains about whitespace in the end ... that is exactly what I hate restructured text for, its just a ... anyway.
Diffstat (limited to 'lib/git/refs.py')
-rw-r--r-- | lib/git/refs.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/git/refs.py b/lib/git/refs.py index 352c14f4..1900c6ce 100644 --- a/lib/git/refs.py +++ b/lib/git/refs.py @@ -3,9 +3,8 @@ # # This module is part of GitPython and is released under # the BSD License: http://www.opensource.org/licenses/bsd-license.php -""" -Module containing all ref based objects -""" +""" Module containing all ref based objects """ + import os from objects import Object, Commit from objects.utils import get_object_type_by_name |