Organize imports in correct order

Organize imports in the way described in [1]

[1]: http://docs.openstack.org/developer/hacking/#imports

Change-Id: I53c1f7fa7271aaa953b72142f5cca8162aa06ff0
Partially-Bug: 1472597
This commit is contained in:
Nikolay Starodubtsev
2015-07-08 16:05:55 +03:00
parent ed6c26c8ca
commit d8579828a7
6 changed files with 6 additions and 8 deletions

View File

@@ -15,13 +15,13 @@
import json
import cfg
import glanceclient
from murano.common import config
import murano.dsl.helpers as helpers
from murano.openstack.common import log as logging
import cfg
LOG = logging.getLogger(__name__)