Merge "Fix import order"

This commit is contained in:
Jenkins 2016-02-02 04:46:05 +00:00 committed by Gerrit Code Review
commit 799467b08e
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,7 @@
# under the License.
from oslo_log import log as logging
import six
from heat.common.i18n import _
from heat.common.i18n import _LW
@ -20,7 +21,6 @@ from heat.engine import constraints
from heat.engine import properties
from heat.engine import resource
from heat.engine import support
import six
try:
from pyrax.exceptions import NetworkInUse # noqa