Mercurial > p > roundup > code
view demo.py @ 6429:d30c3191b6e6
checkin master .pot and langage specific translation templates
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 04 Jun 2021 22:58:22 -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())
