Mercurial > p > roundup > code
view demo.py @ 6661:18445cd132c8
Add .pytest_cache to .hgignore
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Tue, 03 May 2022 16:27:39 +0200 |
| 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())
