From 910a5487352dc0d36a4520f5b2787ec2290d965f Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sun, 28 Oct 2012 01:14:20 -0400 Subject: Removed two unused imports. It's a minor thing, but we don't use these anymore. Change-Id: I047ab79807c6c02510cc1d8e69d12d211d23b992 --- nova/test.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/nova/test.py b/nova/test.py index cd82d74e2..feb489b30 100644 --- a/nova/test.py +++ b/nova/test.py @@ -23,12 +23,10 @@ inline callbacks. """ -import functools import sys import uuid import mox -import nose.plugins.skip import stubout import testtools -- cgit