Mercurial > p > roundup > code
comparison roundup/cgi/apache.py @ 7692:8fb42f41ef10 issue2550923_computed_property
merge in default branch to see if ti clears a travis-ci build error on 2.7 python; default branch builds fine
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 11 Sep 2023 00:10:29 -0400 |
| parents | 978285986b2c |
| children | dd13b3a0ea8d |
comparison
equal
deleted
inserted
replaced
| 7528:14a8e11f3a87 | 7692:8fb42f41ef10 |
|---|---|
| 16 | 16 |
| 17 # The patch from https://issues.roundup-tracker.org/issue2550821 | 17 # The patch from https://issues.roundup-tracker.org/issue2550821 |
| 18 # is included. Look for this url below. It is not tested, but | 18 # is included. Look for this url below. It is not tested, but |
| 19 # we assume it's safe and syntax it seems ok. | 19 # we assume it's safe and syntax it seems ok. |
| 20 | 20 |
| 21 import cgi | |
| 22 import os | 21 import os |
| 23 import threading | 22 import threading |
| 24 | 23 |
| 25 from mod_python import apache | 24 from mod_python import apache |
| 26 | 25 |
| 27 import roundup.instance | 26 import roundup.instance |
| 27 from roundup.anypy.cgi_ import cgi | |
| 28 from roundup.cgi import TranslationService | 28 from roundup.cgi import TranslationService |
| 29 | 29 |
| 30 | 30 |
| 31 class Headers(dict): | 31 class Headers(dict): |
| 32 | 32 |
