Loading cccli/printer.py +2 −0 Original line number Diff line number Diff line Loading @@ -131,6 +131,8 @@ class Printer(object): passwd = raw_input(prompt) finally: termios.tcsetattr(fd, termios.TCSADRAIN, old) sys.stdout.write(os.linesep) sys.stdout.flush() return passwd def ask(self, prompt): Loading Loading
cccli/printer.py +2 −0 Original line number Diff line number Diff line Loading @@ -131,6 +131,8 @@ class Printer(object): passwd = raw_input(prompt) finally: termios.tcsetattr(fd, termios.TCSADRAIN, old) sys.stdout.write(os.linesep) sys.stdout.flush() return passwd def ask(self, prompt): Loading