Mercurial > p > roundup > code
view demo.py @ 5803:d79ba7365abb
Yet another use of cgi.escape. Fixed.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 11 Jun 2019 22:42:27 -0400 |
| 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())
