view 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
line wrap: on
line source

#!/usr/bin/env python
import sys
import roundup

from roundup.demo import main

sys.exit(main())

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