Removes utils.fetch_file (no longer used).

Change-Id: I75828a1e40f1daa3a15221f1ab8de484e6bb03ef
This commit is contained in:
Dan Prince
2012-06-25 23:59:10 -04:00
parent cad7a2e3ac
commit 68f91697b3

View File

@@ -114,11 +114,6 @@ def vpn_ping(address, port, timeout=0.05, session_id=None):
return server_sess
def fetchfile(url, target):
LOG.debug(_('Fetching %s') % url)
execute('curl', '--fail', url, '-o', target)
def execute(*cmd, **kwargs):
"""Helper method to execute command with optional retry.