view roundup/anypy/my_input.py @ 7669:fa5c3c86bcf2

chore: fix after_success for travis. Did not run last commit.
author John Rouillard <rouilj@ieee.org>
date Thu, 19 Oct 2023 17:30:22 -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/