Mercurial > p > roundup > code
view roundup/anypy/my_input.py @ 6865:e69b4bfaccd3
pip redis in, fix markdown2 test, install ReST, mysql edit
mysqld max_allowed_packet is commented out, so change sed script to support
commentd or uncommented versions.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 01 Sep 2022 00:27:47 -0400 |
| parents | 4cf48ff01e04 |
| children |
line wrap: on
line source
try: # Python 2. my_input = raw_input except NameError: # Python 3+. my_input = input
