Import order is fixed
In keystone/tests/fakeldap.py built-in lib import was among third party libs imports. Change-Id: I94d5dc54b94193c2da2509589402b738daa4b575
This commit is contained in:
parent
e49d3c6b31
commit
f7b7f304cc
@ -24,13 +24,13 @@ library to work with nova.
|
||||
|
||||
import re
|
||||
import shelve
|
||||
import six
|
||||
|
||||
import ldap
|
||||
import six
|
||||
from six import moves
|
||||
|
||||
from keystone.common import utils
|
||||
from keystone.openstack.common import log
|
||||
from six import moves
|
||||
|
||||
|
||||
SCOPE_NAMES = {
|
||||
|
Loading…
Reference in New Issue
Block a user