fix middleware

This commit is contained in:
termie 2012-01-24 15:55:44 -08:00
parent 4899210334
commit 51a2c185ff
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ import webob
import webob.exc
from webob.exc import HTTPUnauthorized
from keystone.bufferedhttp import http_connect_raw as http_connect
from keystone.common.bufferedhttp import http_connect_raw as http_connect
PROTOCOL_NAME = "Token Authentication"

View File

@ -43,7 +43,7 @@ import json
from urlparse import urlparse
from webob.exc import HTTPUnauthorized, HTTPNotFound, HTTPExpectationFailed
from keystone.bufferedhttp import http_connect_raw as http_connect
from keystone.common.bufferedhttp import http_connect_raw as http_connect
from swift.common.middleware.acl import clean_acl, parse_acl, referrer_allowed
from swift.common.utils import get_logger, split_path