Removed unused imports

Change-Id: Ief6534ee25a83027979d92c9ce3a92e0ea28c07c
This commit is contained in:
Dolph Mathews
2013-04-16 10:47:18 -07:00
parent b4db547d0a
commit 335470d0c6
19 changed files with 0 additions and 32 deletions

View File

@@ -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

View File

@@ -15,7 +15,6 @@
# under the License.
from keystone.auth import controllers
from keystone.common import router
def append_v3_routers(mapper, routers):

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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):

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -17,7 +17,6 @@
import datetime
import default_fixtures
import uuid
import nose.exc
from keystone.catalog import core
from keystone import config

View File

@@ -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

View File

@@ -1,8 +1,5 @@
import uuid
from keystone.common.sql import util as sql_util
from keystone import test
import test_content_types

View File

@@ -16,8 +16,6 @@
# limitations under the License.
import httplib
import os
import ssl
from keystone import config
from keystone import test

View File

@@ -14,7 +14,6 @@
# License for the specific language governing permissions and limitations
# under the License.
import time
import uuid
import webob

View File

@@ -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