Changeset a92987 in indico
- Timestamp:
- 08/23/11 15:38:45 (21 months ago)
- Branches:
- master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
- Children:
- 48d692
- Parents:
- e99140
- git-author:
- Adrian Moennich <jerome.ernst.monnich@…> (05/04/11 17:13:45)
- git-committer:
- Jose Benito <jose.benito.gonzalez@…> (08/23/11 15:38:45)
- File:
-
- 1 edited
-
indico/web/http_api/handlers.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
indico/web/http_api/handlers.py
re99140 ra92987 30 30 from indico.web.http_api import ExportInterface 31 31 from indico.web.http_api.cache import RequestCache 32 from indico.web.http_api.util import remove_lists 32 from indico.web.http_api.util import remove_lists, get_query_parameter 33 33 from indico.web.wsgi import webinterface_handler_config as apache 34 34 from indico.util.metadata.serializer import Serializer … … 36 36 # indico legacy imports 37 37 from MaKaC.common import DBMgr 38 39 40 from indico.web.http_api.util import get_query_parameter41 38 42 39 … … 83 80 84 81 if resp: 82 mime, result = resp 85 83 if not from_cache: 86 84 cache.cacheObject(path, qdata_copy, resp) 87 mime, result = resp88 85 req.headers_out['Content-Type'] = mime 89 86 return result
Note: See TracChangeset
for help on using the changeset viewer.
