Mercurial > p > roundup > code
view demo.py @ 6541:c8f3ec942e29
Test case where there is no content-encoding.
Make sure etag header is un-suffixed.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 01 Dec 2021 22:00:41 -0500 |
| parents | 110ac45875ab |
| children | 7f0bc46aee67 |
line wrap: on
line source
#!/usr/bin/env python import sys import roundup from roundup.demo import main sys.exit(main())
