diff options
author | Jenkins <jenkins@review.openstack.org> | 2013-02-20 08:50:18 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2013-02-20 08:50:18 +0000 |
commit | e37e02870216ea6de130ce3d1b2e8f642de9faf6 (patch) | |
tree | d3eef37cf671a7879303d3f693e8621c75377fe3 /nova/test.py | |
parent | 512490200e009bce3cb155fcea683e9776d67658 (diff) | |
parent | 706a1370056ffccc2c8811fc1ac0679944564ece (diff) | |
download | nova-e37e02870216ea6de130ce3d1b2e8f642de9faf6.tar.gz nova-e37e02870216ea6de130ce3d1b2e8f642de9faf6.tar.xz nova-e37e02870216ea6de130ce3d1b2e8f642de9faf6.zip |
Merge "Use oslo-config-2013.1b4"
Diffstat (limited to 'nova/test.py')
-rw-r--r-- | nova/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/test.py b/nova/test.py index e5c11081c..e917e6c2a 100644 --- a/nova/test.py +++ b/nova/test.py @@ -31,6 +31,7 @@ import uuid import eventlet import fixtures import mox +from oslo.config import cfg import stubout import testtools @@ -38,7 +39,6 @@ from nova import context from nova import db from nova.db import migration from nova.network import manager as network_manager -from nova.openstack.common import cfg from nova.openstack.common.db.sqlalchemy import session from nova.openstack.common import log as logging from nova.openstack.common import timeutils |