summaryrefslogtreecommitdiff
path: root/pip/vcs/git.py
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2012-02-16 21:09:00 +0100
committerJannis Leidel <jannis@leidel.info>2012-02-16 21:09:00 +0100
commitee554dd82b8bc6ed9a3cf989b353126580fcc082 (patch)
treeb0604f39ed465673316fe94ffa29046ed868aafc /pip/vcs/git.py
parent47f1b2c2b2523469e6107cb2ef325eb61fa8fcf1 (diff)
parent40ac381fad2cc31f75014f02d3e8bf755d933abb (diff)
downloadpip-1.1.tar.gz
Merge branch 'release/1.1'1.1
Diffstat (limited to 'pip/vcs/git.py')
-rw-r--r--pip/vcs/git.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pip/vcs/git.py b/pip/vcs/git.py
index c159d7744..ecaf19f50 100644
--- a/pip/vcs/git.py
+++ b/pip/vcs/git.py
@@ -8,6 +8,7 @@ from pip.backwardcompat import url2pathname, urlparse
urlsplit = urlparse.urlsplit
urlunsplit = urlparse.urlunsplit
+
class Git(VersionControl):
name = 'git'
dirname = '.git'