mirror of
https://github.com/lubuntu-team/masspackagelp.git
synced 2025-05-12 03:51:32 +00:00
Rename raw_input() to input().
This commit is contained in:
parent
d659a2254a
commit
74504fe81d
4
main.py
4
main.py
@ -10,8 +10,8 @@ def no_credential():
|
|||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
lp = Launchpad.login_with('Mass package bug subscription adder', 'production', credential_save_failed=no_credential)
|
lp = Launchpad.login_with('Mass package bug subscription adder', 'production', credential_save_failed=no_credential)
|
||||||
teamtowrite = (raw_input('What person/team would you like to use for this? (Launchpad ID) '))
|
teamtowrite = (input('What person/team would you like to use for this? (Launchpad ID) '))
|
||||||
filepath = (raw_input('Please specify the path of the input file: '))
|
filepath = (input('Please specify the path of the input file: '))
|
||||||
|
|
||||||
with open(filepath, "r") as ins:
|
with open(filepath, "r") as ins:
|
||||||
filearray = []
|
filearray = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user