Host test plugins: removed shutil.copy() dependency and added re module import - note this plugin is still unstable so change is just cosmetic

pull/719/head
Przemek Wirkus 2014-11-17 16:07:18 +00:00
parent 7e11ffd173
commit 2ab22b1dbe
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ See the License for the specific language governing permissions and
limitations under the License.
"""
from shutil import copy
import re
from os.path import join
from host_test_plugins import HostTestPluginBase