summaryrefslogtreecommitdiff
path: root/nova/tests/functional/test_compute_mgr.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/tests/functional/test_compute_mgr.py')
-rw-r--r--nova/tests/functional/test_compute_mgr.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/tests/functional/test_compute_mgr.py b/nova/tests/functional/test_compute_mgr.py
index 38b7f9d7a6..d8892843b4 100644
--- a/nova/tests/functional/test_compute_mgr.py
+++ b/nova/tests/functional/test_compute_mgr.py
@@ -10,8 +10,9 @@
# License for the specific language governing permissions and limitations
# under the License.
+from unittest import mock
+
import fixtures
-import mock
from nova import context
from nova.network import model as network_model