Mercurial > p > roundup > code
annotate demo.py @ 7923:29a666d8a70d
issue2551285 - Remove StructuredText support
Asked on the users mailing list if anybody was using it. Got no responses.
I have never seen CI installing structuredtext packages so it's
untested as well.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 30 Apr 2024 22:27:57 -0400 |
| parents | 7f0bc46aee67 |
| children |
| rev | line source |
|---|---|
|
6737
7f0bc46aee67
Force demo.py to use python3.
John Rouillard <rouilj@ieee.org>
parents:
4845
diff
changeset
|
1 #!/usr/bin/env python3 |
|
4765
c6694cff29bc
demo.py: Get rid of Windows linefeeds
anatoly techtonik <techtonik@gmail.com>
parents:
4763
diff
changeset
|
2 import sys |
|
c6694cff29bc
demo.py: Get rid of Windows linefeeds
anatoly techtonik <techtonik@gmail.com>
parents:
4763
diff
changeset
|
3 import roundup |
|
c6694cff29bc
demo.py: Get rid of Windows linefeeds
anatoly techtonik <techtonik@gmail.com>
parents:
4763
diff
changeset
|
4 |
|
c6694cff29bc
demo.py: Get rid of Windows linefeeds
anatoly techtonik <techtonik@gmail.com>
parents:
4763
diff
changeset
|
5 from roundup.demo import main |
|
c6694cff29bc
demo.py: Get rid of Windows linefeeds
anatoly techtonik <techtonik@gmail.com>
parents:
4763
diff
changeset
|
6 |
|
c6694cff29bc
demo.py: Get rid of Windows linefeeds
anatoly techtonik <techtonik@gmail.com>
parents:
4763
diff
changeset
|
7 sys.exit(main()) |
