Skip to content

Fix Python 3 issues

Duncan Macleod requested to merge github/fork/SeanDS/master into master

Created by: SeanDS

This patch fixes issues with the use of raw_input, which fails in Python 3. It also fixes a bug with the message printed to the user when prompting for the username in non-Kerberos mode.

Merge request reports