##// END OF EJS Templates
svn: fix usage of http exception from webob to pyramid one....
marcink -
r2771:82cb455f default
parent child Browse files
Show More
@@ -24,7 +24,7 b' import urllib'
24 24 from urlparse import urljoin
25 25
26 26 import requests
27 from webob.exc import HTTPNotAcceptable
27 from pyramid.httpexceptions import HTTPNotAcceptable
28 28
29 29 from rhodecode.lib import caches
30 30 from rhodecode.lib.middleware import simplevcs
General Comments 0
You need to be logged in to leave comments. Login now