Sorted imports correctly

This commit is contained in:
Justin Santa Barbara
2011-03-08 16:45:20 -08:00
parent 3abb117e6f
commit 4336263c66

View File

@@ -34,9 +34,9 @@ if os.path.exists(os.path.join(possible_topdir, 'nova', '__init__.py')):
gettext.install('nova', unicode=1)
from nova import service
from nova import flags
from nova import log as logging
from nova import service
from nova import utils
from nova import version
from nova import wsgi