mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
fix 2.x isms in distutils test
This commit is contained in:
parent
d148630e72
commit
467a7bd282
2 changed files with 3 additions and 4 deletions
|
|
@ -150,7 +150,7 @@ We need to know who you are, so please choose either:
|
|||
3. have the server generate a new password for you (and email it to you), or
|
||||
4. quit
|
||||
Your selection [default 1]: ''', log.INFO)
|
||||
choice = raw_input()
|
||||
choice = input()
|
||||
if not choice:
|
||||
choice = '1'
|
||||
elif choice not in choices:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue