Merge "move clean.py into keystone/common"

This commit is contained in:
Jenkins 2015-07-23 00:52:16 +00:00 committed by Gerrit Code Review
commit 922ab9250c
6 changed files with 5 additions and 5 deletions

View File

@ -20,7 +20,7 @@ from oslo_config import cfg
from oslo_log import log
import six
from keystone import clean
from keystone.common import clean
from keystone.common import driver_hints
from keystone.common import ldap as common_ldap
from keystone.common import models

View File

@ -23,8 +23,8 @@ from oslo_config import cfg
from oslo_log import log
import six
from keystone import clean
from keystone.common import cache
from keystone.common import clean
from keystone.common import dependency
from keystone.common import driver_hints
from keystone.common import manager

View File

@ -17,7 +17,7 @@ import uuid
from oslo_config import cfg
from oslo_log import log
from keystone import clean
from keystone.common import clean
from keystone.common import driver_hints
from keystone.common import ldap as common_ldap
from keystone.common import models

View File

@ -13,7 +13,7 @@
from oslo_config import cfg
from oslo_log import log
from keystone import clean
from keystone.common import clean
from keystone.common import sql
from keystone import exception
from keystone.i18n import _LE

View File

@ -18,8 +18,8 @@ from oslo_config import cfg
from oslo_log import log
import six
from keystone import clean
from keystone.common import cache
from keystone.common import clean
from keystone.common import dependency
from keystone.common import driver_hints
from keystone.common import manager