summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Hooker <matt@cloudscaling.com>2011-07-29 14:58:49 -0400
committerMatthew Hooker <matt@cloudscaling.com>2011-07-29 14:58:49 -0400
commit798dbb567be3e36eb2d6f0fbe27aa2eced0345d4 (patch)
treec9db8487f330d521e2abcd85e8aa0cf413f1c0e8
parent7834ab495fa657105a41dc590628981b5d44d8b9 (diff)
downloadnova-798dbb567be3e36eb2d6f0fbe27aa2eced0345d4.tar.gz
nova-798dbb567be3e36eb2d6f0fbe27aa2eced0345d4.tar.xz
nova-798dbb567be3e36eb2d6f0fbe27aa2eced0345d4.zip
remove unused import
-rw-r--r--nova/tests/scheduler/test_zone_aware_scheduler.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/tests/scheduler/test_zone_aware_scheduler.py b/nova/tests/scheduler/test_zone_aware_scheduler.py
index 043d0d5c8..7833028c3 100644
--- a/nova/tests/scheduler/test_zone_aware_scheduler.py
+++ b/nova/tests/scheduler/test_zone_aware_scheduler.py
@@ -17,7 +17,6 @@ Tests For Zone Aware Scheduler.
"""
import json
-import mox
import nova.db