Trivial: Fix import order in api/rest/*.py
refer to:http://docs.openstack.org/developer/hacking/#import-order-template Change-Id: I9f522215985cb9ce1cbbc022b08962cfb31d3349
This commit is contained in:
@@ -18,9 +18,8 @@ import django.http
|
||||
from django.views import generic
|
||||
|
||||
from openstack_dashboard import api
|
||||
from openstack_dashboard.api.rest import utils as rest_utils
|
||||
|
||||
from openstack_dashboard.api.rest import urls
|
||||
from openstack_dashboard.api.rest import utils as rest_utils
|
||||
|
||||
|
||||
@urls.register
|
||||
|
@@ -18,9 +18,8 @@
|
||||
from django.views import generic
|
||||
|
||||
from openstack_dashboard import api
|
||||
from openstack_dashboard.api.rest import utils as rest_utils
|
||||
|
||||
from openstack_dashboard.api.rest import urls
|
||||
from openstack_dashboard.api.rest import utils as rest_utils
|
||||
|
||||
|
||||
@urls.register
|
||||
|
@@ -13,10 +13,9 @@
|
||||
|
||||
from django.views import generic
|
||||
|
||||
from openstack_dashboard import policy
|
||||
|
||||
from openstack_dashboard.api.rest import urls
|
||||
from openstack_dashboard.api.rest import utils as rest_utils
|
||||
from openstack_dashboard import policy
|
||||
|
||||
|
||||
@urls.register
|
||||
|
Reference in New Issue
Block a user