view roundup/anypy/my_input.py @ 5658:3401daf8613b

Fix hardcoded /data Now we return one entry for each class the user may view.
author Ralf Schlatterbeck <rsc@runtux.com>
date Thu, 21 Mar 2019 11:23:09 +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/