From c474118af3822acd9f15d965cb4d5cb42bd35023 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Tue, 23 Jun 2015 08:45:22 +0000 Subject: More fixes for various deployment extensions Some of the extensions had extraneous imports, and a couple didn't import things they used. The same bug as in the kvm deployment extension existed in the virtualbox deployment extension, and is fixed in this commit. Change-Id: I2bd8169818ce5444af522c135a9e0326c1212ce2 --- extensions/nfsboot.check | 1 - 1 file changed, 1 deletion(-) (limited to 'extensions/nfsboot.check') diff --git a/extensions/nfsboot.check b/extensions/nfsboot.check index 499fb537..979f5b1b 100755 --- a/extensions/nfsboot.check +++ b/extensions/nfsboot.check @@ -16,7 +16,6 @@ '''Preparatory checks for Morph 'nfsboot' write extension''' import os -import subprocess import writeexts -- cgit v1.2.1