summaryrefslogtreecommitdiff
path: root/remote.py
diff options
context:
space:
mode:
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