X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=test%2Fpy%2Fu_boot_console_sandbox.py;fp=test%2Fpy%2Fu_boot_console_sandbox.py;h=778f6d0983d621e86a16ae825d20dc5b5ee7defc;hb=b8c455500a08c75c4809e523d348027e72cda7ec;hp=c901397e1c1fedc8e555a58a1d47d7046a092f31;hpb=dffd56d1d270e4797e43272a6c9000b8b8aeaf29;p=u-boot diff --git a/test/py/u_boot_console_sandbox.py b/test/py/u_boot_console_sandbox.py index c901397e1c..778f6d0983 100644 --- a/test/py/u_boot_console_sandbox.py +++ b/test/py/u_boot_console_sandbox.py @@ -81,7 +81,7 @@ class ConsoleSandbox(ConsoleBase): p = self.p self.p = None - for i in xrange(100): + for i in range(100): ret = not p.isalive() if ret: break