Remove raw_input usage and other python2 support in examples
This commit is contained in:
committed by
Florent Le Coz
parent
815e647c97
commit
df68bb4896
@@ -97,7 +97,7 @@ if __name__ == '__main__':
|
||||
format='%(levelname)-8s %(message)s')
|
||||
|
||||
if opts.jid is None:
|
||||
opts.jid = raw_input("Username: ")
|
||||
opts.jid = input("Username: ")
|
||||
if opts.password is None:
|
||||
opts.password = getpass.getpass("Password: ")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user