Mercurial > p > roundup > code
view demo.py @ 8233:fdb692f43d08
fix: html templates reference missing issue.index macros
issue.index doesn't exsit in this tracker template. Use bug.index.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 21 Dec 2024 16:48:00 -0500 |
| parents | 7f0bc46aee67 |
| children |
line wrap: on
line source
#!/usr/bin/env python3 import sys import roundup from roundup.demo import main sys.exit(main())
