From 9ccd777c386704911734ae4c33a922a5682ac6c8 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 23 Nov 2010 16:32:43 +0100 Subject: Documentation is now being built for all new modules --- remote.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'remote.py') 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 -- cgit v1.2.1