summaryrefslogtreecommitdiff
path: root/remote.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2010-11-23 16:32:43 +0100
committerSebastian Thiel <byronimo@gmail.com>2010-11-23 16:32:43 +0100
commit9ccd777c386704911734ae4c33a922a5682ac6c8 (patch)
tree1e2ebda56c510846dffa126c581031c60322fa78 /remote.py
parent8ad01ee239f9111133e52af29b78daed34c52e49 (diff)
downloadgitpython-9ccd777c386704911734ae4c33a922a5682ac6c8.tar.gz
Documentation is now being built for all new modules
Diffstat (limited to 'remote.py')
-rw-r--r--remote.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/remote.py b/remote.py
index 3edde175..2e596ca1 100644
--- a/remote.py
+++ b/remote.py
@@ -3,7 +3,8 @@
#
# This module is part of GitPython and is released under
# the BSD License: http://www.opensource.org/licenses/bsd-license.php
-"""Module implementing a remote object allowing easy access to git remotes"""
+
+# Module implementing a remote object allowing easy access to git remotes
from exc import GitCommandError
from objects import Commit