Mercurial > p > roundup > code
view demo.py @ 5915:8814d1d5cb4e
issue2551025- mysql failure with 1.3.14 mysqlclient. fix mixed tab/space
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 12 Oct 2019 21:17:38 -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())
