From e9e382ef3b26143787aa6d9d0b7a6d5df64c3057 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sat, 22 Oct 2011 16:55:47 +0200 Subject: Replace GitClone by GitRepository.clone() --- gbp/command_wrappers.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'gbp/command_wrappers.py') diff --git a/gbp/command_wrappers.py b/gbp/command_wrappers.py index 4c1de10..b768239 100644 --- a/gbp/command_wrappers.py +++ b/gbp/command_wrappers.py @@ -230,14 +230,6 @@ class GitCommand(Command): self.run_error = "Couldn't run git %s" % cmd -# FIXME: move to gbp.git.__init__ -class GitClone(GitCommand): - """Wrap git clone""" - def __init__(self): - GitCommand.__init__(self, 'clone') - self.run_error = "Couldn't clone git repository" - - # FIXME: move to gbp.git.fetch class GitFetch(GitCommand): """Wrap git fetch""" -- cgit v1.2.3