annotate demo.py @ 8285:2bf0c4e7795e

fix: issue2551390 - Replace text input/calendar popup with native date input Docs, code and test changes for the changeover to a native date element. See issue for details.
author John Rouillard <rouilj@ieee.org>
date Sat, 18 Jan 2025 12:23:23 -0500
parents 7f0bc46aee67
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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())

Roundup Issue Tracker: http://roundup-tracker.org/