753
753
stdin = StringIOWrapper(stdin)
754
754
super(TestUIFactory, self).__init__(stdin, stdout, stderr)
759
def update(self, message, count=None, total=None):
762
756
def get_non_echoed_password(self):
763
757
"""Get password from stdin without trying to handle the echo mode"""
764
758
password = self.stdin.readline()