diff options
Diffstat (limited to 'nova/quota.py')
-rw-r--r-- | nova/quota.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/quota.py b/nova/quota.py index d29ba685d..4a5eac4b4 100644 --- a/nova/quota.py +++ b/nova/quota.py @@ -18,8 +18,8 @@ """Quotas for instances, volumes, and floating ips.""" -from nova.common import cfg from nova import db +from nova.openstack.common import cfg from nova import flags |