##// END OF EJS Templates
channelstream: use pyramid http exception instead of webob....
marcink -
r2163:a6065ad2 default
parent child Browse files
Show More
@@ -31,7 +31,7 b' import logging'
31 import uuid
31 import uuid
32
32
33 from pyramid.view import view_config
33 from pyramid.view import view_config
34 from webob.exc import HTTPBadRequest, HTTPForbidden, HTTPBadGateway
34 from pyramid.httpexceptions import HTTPBadRequest, HTTPForbidden, HTTPBadGateway
35
35
36 from rhodecode.lib.channelstream import (
36 from rhodecode.lib.channelstream import (
37 channelstream_request,
37 channelstream_request,
General Comments 0
You need to be logged in to leave comments. Login now