Show More
@@ -30,6 +30,7 b' from beaker.cache import CacheManager' | |||||
30 | from beaker.util import parse_cache_config_options |
|
30 | from beaker.util import parse_cache_config_options | |
31 | from pyramid.config import Configurator |
|
31 | from pyramid.config import Configurator | |
32 | from pyramid.wsgi import wsgiapp |
|
32 | from pyramid.wsgi import wsgiapp | |
|
33 | from pyramid.compat import configparser | |||
33 |
|
34 | |||
34 | from vcsserver import remote_wsgi, scm_app, settings, hgpatches |
|
35 | from vcsserver import remote_wsgi, scm_app, settings, hgpatches | |
35 | from vcsserver.git_lfs.app import GIT_LFS_CONTENT_TYPE, GIT_LFS_PROTO_PAT |
|
36 | from vcsserver.git_lfs.app import GIT_LFS_CONTENT_TYPE, GIT_LFS_PROTO_PAT | |
@@ -282,7 +283,6 b' class HTTPApplication(object):' | |||||
282 |
|
283 | |||
283 | def service_view(self, request): |
|
284 | def service_view(self, request): | |
284 | import vcsserver |
|
285 | import vcsserver | |
285 | import ConfigParser as configparser |
|
|||
286 |
|
286 | |||
287 | payload = msgpack.unpackb(request.body, use_list=True) |
|
287 | payload = msgpack.unpackb(request.body, use_list=True) | |
288 |
|
288 |
General Comments 0
You need to be logged in to leave comments.
Login now