aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/command_wrappers.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-10-21 21:05:05 +0200
committerGuido Günther <agx@sigxcpu.org>2011-10-22 15:33:40 +0200
commit85c3e458edc0dc1d1ab5f62c8ec75a193d45e29f (patch)
treeb04c6bc3246442937fe92b5a50ae7f9cece20120 /gbp/command_wrappers.py
parent8ed66f116d1fa8f665fb4e5aa59c4303867d39b2 (diff)
Make create_repo a @classmethod
and GitInit superfluous Git-Dch: Ignore
Diffstat (limited to 'gbp/command_wrappers.py')
-rw-r--r--gbp/command_wrappers.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/gbp/command_wrappers.py b/gbp/command_wrappers.py
index dd7bc4cf..34885750 100644
--- a/gbp/command_wrappers.py
+++ b/gbp/command_wrappers.py
@@ -231,14 +231,6 @@ class GitCommand(Command):
# FIXME: move to gbp.git.__init__
-class GitInit(GitCommand):
- """Wrap git init"""
- def __init__(self):
- GitCommand.__init__(self, 'init')
- self.run_error = "Couldn't init git repository"
-
-
-# FIXME: move to gbp.git.__init__
class GitClone(GitCommand):
"""Wrap git clone"""
def __init__(self):