summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--git_config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/git_config.py b/git_config.py
index 29d89797..a2a739a4 100644
--- a/git_config.py
+++ b/git_config.py
@@ -414,6 +414,7 @@ def _preconnect(url):
414 host = m.group(1) 414 host = m.group(1)
415 return _open_ssh(host, 22) 415 return _open_ssh(host, 22)
416 416
417 return False
417 418
418class Remote(object): 419class Remote(object):
419 """Configuration options related to a remote. 420 """Configuration options related to a remote.