Mercurial > p > roundup > code
view demo.py @ 5057:d3efcaa0d6ff
www: Extend code instructions with demo and test commands
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Wed, 04 May 2016 13:57:06 +0300 |
| 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())
