Mercurial > p > roundup > code
view demo.py @ 6442:013a2e3da452 2.1.0b1
fix rest issue hat only shows up when running check with python3
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 19 Jun 2021 14:54:32 -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())
