Mercurial > p > roundup > code
annotate demo.py @ 5876:716d50585c8d
Fix Link/Multilink searching
.. for the case that a key property may contain numeric values.
This already was correct for menu (in an item template) but was doing
the wrong thing for index templates.
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Mon, 02 Sep 2019 16:11:17 +0200 |
| parents | 110ac45875ab |
| children | 7f0bc46aee67 |
| rev | line source |
|---|---|
|
4845
110ac45875ab
executable .py scripts need "#!/usr/bin/env python"
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4765
diff
changeset
|
1 #!/usr/bin/env python |
|
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()) |
