Skip to content

Commit

Permalink
Update active-contrib.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Oct 29, 2018
1 parent f5577fe commit b527dd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/active-contrib.py
Expand Up @@ -36,12 +36,12 @@
import getpass
import pprint

from six.moves import raw_input
from six.moves import input


def prompt_creds():
print("I need to query FAS to get the list of packagers..")
username = raw_input("FAS username: ")
username = input("FAS username: ")
password = getpass.getpass("FAS password: ")
return dict(username=username, password=password)

Expand Down

0 comments on commit b527dd3

Please sign in to comment.