From a14c212795b59c67d6e5cde052e659743eae2b9f Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 23 Jan 2013 02:38:36 -0500 Subject: Fix up test_qpid to use BaseTestCase. While we're in there, simplify its use of fixtures. Part of blueprint grizzly-testtools. Change-Id: I7ef05cc9c191aab1959a31770f905f34447e64ea --- tests/utils.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/utils.py') diff --git a/tests/utils.py b/tests/utils.py index 2cbcd5b..26d22b0 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -17,7 +17,6 @@ """Common utilities used in testing""" -import stubout import subprocess import testtools -- cgit