view roundup/anypy/my_input.py @ 7013:050bcfc801c3

run the test() routine in install_util.py.
author John Rouillard <rouilj@ieee.org>
date Fri, 07 Oct 2022 17:26:10 -0400
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/