Imports to human alphabetical order

Problems identified by enabling N306 in run_tests.sh

Change-Id: Ifddfe58da020dd041bcbbf5f14941514a09f61c1
This commit is contained in:
Joe Gordon
2012-04-26 15:20:43 -07:00
parent ccd27e692f
commit 50f5a7316a

View File

@@ -26,8 +26,8 @@ import logging
import optparse
from nova import flags
from nova import utils
from nova import log
from nova import utils
LOG = log.getLogger('nova.utils')