-
Committer:
John Arbash Meinel
-
Date:
2009-07-24 16:36:51 UTC
-
mto:
This revision was merged to the branch mainline in
revision
4567.
-
Revision ID:
john@arbash-meinel.com-20090724163651-drv2gb4qo5f2oprw
Fix a fairly critical bug where TextUIFactory.get_non_echoed_password was failing.
Basically, we forgot to import 'getpass', and the code under question is only
run when sys.stdout is a real terminal.
Not sure how to test, so just fixing it for now.