Mercurial > p > roundup > code
view demo.py @ 5634:cb4b232fcbaa
website: bump copyright to 2019
| author | Bernhard Reiter <bernhard@intevation.de> |
|---|---|
| date | Thu, 07 Mar 2019 15:32:25 +0100 |
| 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())
