Mercurial > p > roundup > code
view demo.py @ 6616:b8e74fd34f97
Reinstall workaround for mysql bug.
mysqlRestTest.testGetExactMatch and
mysqlDBTest.testFilteringStringExactMatch
failed in CI.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 12 Feb 2022 10:39:01 -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())
