view roundup/anypy/my_input.py @ 6111:2a513a057691

Fix transitive property check in REST API Checking Search permissin on a displayed property is wrong, we now check *View* Permission on each component of a transitive prop.
author Ralf Schlatterbeck <rsc@runtux.com>
date Fri, 28 Feb 2020 11:47:40 +0100
parents 4cf48ff01e04
children
line wrap: on
line source

try:
    # Python 2.
    my_input = raw_input
except NameError:
    # Python 3+.
    my_input = input

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