From 6cb7801ac7d0f25dfbca0d8eb891feffdec695c5 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Mon, 14 May 2012 14:46:11 -0700 Subject: Alphabetize imports Except for nova/api/, nova/tests/, nova/virt/ In preparation for automated checking being enabled (N306) Change-Id: I5af70ea13b470ce58695ef0a5e0ff9da3ac1b135 --- nova/quota.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nova/quota.py') diff --git a/nova/quota.py b/nova/quota.py index 2fdecd1e2..486fe3271 100644 --- a/nova/quota.py +++ b/nova/quota.py @@ -19,8 +19,8 @@ """Quotas for instances, volumes, and floating ips.""" from nova import db -from nova.openstack.common import cfg from nova import flags +from nova.openstack.common import cfg quota_opts = [ -- cgit