diff options
| author | Monty Taylor <mordred@inaugust.com> | 2012-10-28 01:14:20 -0400 |
|---|---|---|
| committer | Monty Taylor <mordred@inaugust.com> | 2012-11-09 16:43:47 -0500 |
| commit | 910a5487352dc0d36a4520f5b2787ec2290d965f (patch) | |
| tree | 9e457da768552ea70b7334303e986da05aa19262 | |
| parent | 914efcdb928933f4377c3a4dabf8d0817384b8c6 (diff) | |
Removed two unused imports.
It's a minor thing, but we don't use these anymore.
Change-Id: I047ab79807c6c02510cc1d8e69d12d211d23b992
| -rw-r--r-- | nova/test.py | 2 |
1 files changed, 0 insertions, 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 |
