Show More
@@ -30,6 +30,7 b' from beaker.cache import CacheManager' | |||
|
30 | 30 | from beaker.util import parse_cache_config_options |
|
31 | 31 | from pyramid.config import Configurator |
|
32 | 32 | from pyramid.wsgi import wsgiapp |
|
33 | from pyramid.compat import configparser | |
|
33 | 34 | |
|
34 | 35 | from vcsserver import remote_wsgi, scm_app, settings, hgpatches |
|
35 | 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 | 284 | def service_view(self, request): |
|
284 | 285 | import vcsserver |
|
285 | import ConfigParser as configparser | |
|
286 | 286 | |
|
287 | 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