From 47af849a36aefadbf86f1b387ba72332bbf38a5c Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 14 Sep 2015 13:55:09 +0100 Subject: Remove unused imports. --- openstack/tester | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/openstack/tester b/openstack/tester index adc260e..8c687b4 100755 --- a/openstack/tester +++ b/openstack/tester @@ -21,16 +21,15 @@ This script tests an image on openstack. ''' -import cliapp import os import pipes -import shutil import socket -import tempfile import time import uuid import yaml +import cliapp + from novaclient import client class TimeoutError(cliapp.AppException): -- cgit v1.2.1