mirror of
https://github.com/samba-team/samba.git
synced 2025-01-19 10:03:58 +03:00
252950ac08
getpass returns str (e.g. bytes) in python2 and str (unicode) in py3. Adapt code to so we don't do illegal things (like try and decode) a string in python3 Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org>