Merge "Removed unsued import, HTTPError in v1/images.py."

This commit is contained in:
Jenkins 2013-10-15 20:48:32 +00:00 committed by Gerrit Code Review
commit 90372cc9ab

View File

@ -23,8 +23,7 @@ import copy
import eventlet import eventlet
from oslo.config import cfg from oslo.config import cfg
from webob.exc import (HTTPError, from webob.exc import (HTTPNotFound,
HTTPNotFound,
HTTPConflict, HTTPConflict,
HTTPBadRequest, HTTPBadRequest,
HTTPForbidden, HTTPForbidden,