From 65f00d839352248d44d13e63d9ca3b17b7a008f1 Mon Sep 17 00:00:00 2001 From: Bahtiar `kalkin-` Gadimov Date: Mon, 7 Dec 2015 10:59:44 +0100 Subject: [PATCH] Remove unnecessary imports from qvm-clone --- qvm-tools/qvm-clone | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/qvm-tools/qvm-clone b/qvm-tools/qvm-clone index 5f617098..42749c94 100755 --- a/qvm-tools/qvm-clone +++ b/qvm-tools/qvm-clone @@ -17,16 +17,15 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -# -# +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, +# USA. + +import os +import sys +from optparse import OptionParser from qubes.qubes import QubesVmCollection -from qubes.qubes import QubesAppVm, QubesTemplateVm, QubesHVm -from qubes.qubes import QubesException -from optparse import OptionParser; -import sys -import os + def main(): usage = "usage: %prog [options] \n"\