It just calls the parent class' implementation, so we don't need it
anymore.

Signed-off-by: Eduardo Habkost <[email protected]>
---
 client/tests/kvm/kvm/installer.py |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/client/tests/kvm/kvm/installer.py 
b/client/tests/kvm/kvm/installer.py
index 5adfaa6..84ace09 100644
--- a/client/tests/kvm/kvm/installer.py
+++ b/client/tests/kvm/kvm/installer.py
@@ -458,10 +458,6 @@ class SourceDirInstaller(BaseInstaller):
 
 
 class GitInstaller(SourceDirInstaller):
-    def __init__(self, mode, test, params):
-        super(GitInstaller, self).__init__(mode, test, params)
-
-
     def _pull_code(self):
         """
         Retrieves code from git repositories.
-- 
1.7.3.2

_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to