Mercurial > p > roundup > code
view demo.py @ 6607:b0bafbf4fddd
update .po files with new strings to translate
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 28 Jan 2022 00:42:08 -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())
