Removed unused imports
Change-Id: Ief6534ee25a83027979d92c9ce3a92e0ea28c07c
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
# under the License.
|
||||
|
||||
|
||||
from keystone.common import dependency
|
||||
from keystone.common import logging
|
||||
from keystone import auth
|
||||
from keystone import exception
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
# under the License.
|
||||
|
||||
from keystone.auth import controllers
|
||||
from keystone.common import router
|
||||
|
||||
|
||||
def append_v3_routers(mapper, routers):
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
import uuid
|
||||
|
||||
import ldap
|
||||
from ldap import filter as ldap_filter
|
||||
|
||||
from keystone import clean
|
||||
from keystone.common import ldap as common_ldap
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
# under the License.
|
||||
|
||||
from keystone import clean
|
||||
from keystone import config
|
||||
from keystone.common import sql
|
||||
from keystone.common.sql import migration
|
||||
from keystone.common import utils
|
||||
|
||||
@@ -14,8 +14,6 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
import functools
|
||||
|
||||
from keystone.common import sql
|
||||
from keystone.common.sql import migration
|
||||
from keystone import exception
|
||||
|
||||
@@ -18,7 +18,6 @@ An in memory implementation of the trusts API.
|
||||
only to be used for testing purposes
|
||||
"""
|
||||
import copy
|
||||
import datetime
|
||||
|
||||
|
||||
from keystone.common import kvs
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import uuid
|
||||
import json
|
||||
|
||||
from keystone import config
|
||||
from keystone import exception
|
||||
@@ -7,7 +6,6 @@ from keystone import identity
|
||||
from keystone.common import controller
|
||||
from keystone.common import dependency
|
||||
from keystone.common import logging
|
||||
from keystone import exception
|
||||
from keystone.openstack.common import timeutils
|
||||
|
||||
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
from keystone.common import dependency
|
||||
from keystone.common import logging
|
||||
from keystone.common import manager
|
||||
from keystone.common import wsgi
|
||||
from keystone import config
|
||||
from keystone import exception
|
||||
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
"""WSGI Routers for the Identity service."""
|
||||
|
||||
from keystone.trust import controllers
|
||||
from keystone.common import router
|
||||
|
||||
|
||||
def append_v3_routers(mapper, routers):
|
||||
|
||||
@@ -25,7 +25,6 @@ from keystone import exception
|
||||
from keystone.identity.backends import ldap as identity_ldap
|
||||
from keystone import test
|
||||
|
||||
import default_fixtures
|
||||
import test_backend_ldap
|
||||
|
||||
|
||||
|
||||
@@ -17,17 +17,12 @@
|
||||
|
||||
import ldap
|
||||
import ldap.modlist
|
||||
import nose.exc
|
||||
import subprocess
|
||||
|
||||
from keystone.common import ldap as ldap_common
|
||||
from keystone import config
|
||||
from keystone import exception
|
||||
from keystone.identity.backends import ldap as identity_ldap
|
||||
from keystone import identity
|
||||
from keystone import test
|
||||
|
||||
import default_fixtures
|
||||
import _ldap_livetest
|
||||
|
||||
|
||||
|
||||
@@ -19,7 +19,6 @@ import uuid
|
||||
from keystone import auth
|
||||
from keystone import config
|
||||
from keystone import exception
|
||||
from keystone import identity
|
||||
from keystone.openstack.common import timeutils
|
||||
from keystone import test
|
||||
from keystone import token
|
||||
|
||||
@@ -16,9 +16,7 @@
|
||||
|
||||
import uuid
|
||||
|
||||
from keystone.common import logging
|
||||
from keystone import auth
|
||||
from keystone import config
|
||||
from keystone import exception
|
||||
from keystone import test
|
||||
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
import datetime
|
||||
import default_fixtures
|
||||
import uuid
|
||||
import nose.exc
|
||||
|
||||
from keystone.catalog import core
|
||||
from keystone import config
|
||||
|
||||
@@ -14,11 +14,9 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
import ldap
|
||||
import uuid
|
||||
import nose.exc
|
||||
|
||||
from keystone.common import ldap as ldap_common
|
||||
from keystone.common.ldap import fakeldap
|
||||
from keystone import config
|
||||
from keystone import exception
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
import uuid
|
||||
|
||||
from keystone.common.sql import util as sql_util
|
||||
from keystone import test
|
||||
|
||||
import test_content_types
|
||||
|
||||
|
||||
|
||||
@@ -16,8 +16,6 @@
|
||||
# limitations under the License.
|
||||
|
||||
import httplib
|
||||
import os
|
||||
import ssl
|
||||
|
||||
from keystone import config
|
||||
from keystone import test
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
import time
|
||||
import uuid
|
||||
import webob
|
||||
|
||||
|
||||
@@ -15,12 +15,9 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
import json
|
||||
import tempfile
|
||||
import uuid
|
||||
|
||||
import nose.exc
|
||||
|
||||
from keystone import config
|
||||
from keystone import exception
|
||||
from keystone.openstack.common import jsonutils
|
||||
|
||||
Reference in New Issue
Block a user