Remove unused import

In file: keystone/contrib/access/core.py, webob module was never used
after imported in the module, removing it make codes more clean.

Change-Id: I00725e3408c743489693bf6de66254c790dddb24
This commit is contained in:
Wu Wenxiang 2013-08-14 23:56:25 +08:00
parent 14e090154c
commit 2d82e6044a

View File

@ -14,7 +14,6 @@
# License for the specific language governing permissions and limitations
# under the License.
import webob
import webob.dec
from keystone.common import logging