Mercurial > p > roundup > code
view demo.py @ 4971:691fa2ef5347
Update for 2550869 fix.
| author | Bernhard Reiter <bernhard@intevation.de> |
|---|---|
| date | Wed, 11 Mar 2015 08:37:32 +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())
