[scm-wrapper] Remove unused method

It should have raised NotImplementedError, but we better remove it
altogher since we are missing export_dir anyway.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2016-04-12 14:44:32 +02:00
parent 29a2b45fb4
commit 2abf9511c9

View File

@ -47,9 +47,6 @@ class ScmBase(kobo.log.LoggingBase):
except OSError as ex:
self.log_warning("Error removing %s: %s" % (path, ex))
def export_file(self, scm_root, scm_file, target_dir, scm_branch=None, tmp_dir=None, log_file=None):
raise NotImplemented
def retry_run(self, cmd, retries=5, timeout=60, **kwargs):
"""
@param cmd - cmd passed to kobo.shortcuts.run()