Removed unused imports

Change-Id: I203a1256cb4395ad330c19a14870171420daa065
This commit is contained in:
Dolph Mathews 2012-08-29 14:40:52 -05:00
parent 035a956f20
commit 7c93e8407d
4 changed files with 0 additions and 7 deletions

View File

@ -66,8 +66,6 @@ from nose import config
from nose import core from nose import core
from nose import result from nose import result
from keystone.common.sql import util
class _AnsiColorizer(object): class _AnsiColorizer(object):
""" """

View File

@ -15,7 +15,6 @@
# under the License. # under the License.
import datetime import datetime
import hashlib
import iso8601 import iso8601
import os import os
import string import string
@ -28,7 +27,6 @@ from keystone.common import utils
from keystone.middleware import auth_token from keystone.middleware import auth_token
from keystone.openstack.common import jsonutils from keystone.openstack.common import jsonutils
from keystone.openstack.common import timeutils from keystone.openstack.common import timeutils
from keystone import config
from keystone import test from keystone import test

View File

@ -19,7 +19,6 @@ import uuid
import memcache import memcache
from keystone.common import utils from keystone.common import utils
from keystone import exception
from keystone.openstack.common import timeutils from keystone.openstack.common import timeutils
from keystone import test from keystone import test
from keystone.token.backends import memcache as token_memcache from keystone.token.backends import memcache as token_memcache

View File

@ -20,8 +20,6 @@ from keystone import config
from keystone.identity.backends import pam as identity_pam from keystone.identity.backends import pam as identity_pam
from keystone import test from keystone import test
import default_fixtures
CONF = config.CONF CONF = config.CONF