mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
First round of Python 3 compatibility fixes.
This commit is contained in:
committed by
Dave Page
parent
da6043e7a5
commit
209ee78b25
@@ -47,7 +47,7 @@ Enter the email address and password to use for the initial pgAdmin user \
|
||||
account:\n""")
|
||||
email = ''
|
||||
while email == '':
|
||||
email = raw_input("Email address: ")
|
||||
email = input("Email address: ")
|
||||
|
||||
def pprompt():
|
||||
return getpass.getpass(), getpass.getpass('Retype password:')
|
||||
|
||||
Reference in New Issue
Block a user