[elbe-devel] [PATCH 07/25] py3: test/updated.py - convert to use input()
Torben Hohn
torben.hohn at linutronix.de
Fri Dec 15 16:50:26 CET 2017
I have no idae here...
CCing kurt
On Fri, Dec 08, 2017 at 07:08:38PM +0100, Manuel Traut wrote:
> use input instead of raw_input. raw_input is not available in py3 and a string
> is expected here, so it's safe to use input for py3 & py2.
>
> Signed-off-by: Manuel Traut <manut at linutronix.de>
> ---
> test/updated.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/test/updated.py b/test/updated.py
> index 10729669..2a132182 100755
> --- a/test/updated.py
> +++ b/test/updated.py
> @@ -123,7 +123,7 @@ while 1:
> sys.stdout.flush ()
>
> try:
> - n = int (raw_input ())
> + n = int (input ())
> print control.service.apply_snapshot (snapshots [n])
> except:
> shutdown (monitor)
> --
> 2.15.1
>
>
> _______________________________________________
> elbe-devel mailing list
> elbe-devel at linutronix.de
> https://lists.linutronix.de/mailman/listinfo/elbe-devel
--
Mit freundlichen Grüßen
Torben Hohn
Linutronix GmbH
Standort: Bremen
Phone: +49 7556 25 999 18; Fax.: +49 7556 25 999 99
Firmensitz / Registered Office: D-88690 Uhldingen, Bahnhofstr. 3
Registergericht / Local District Court: Amtsgericht Freiburg i. Br.; HRB
Nr. / Trade register no.: 700 806
Geschäftsführer / Managing Directors: Heinz Egger, Thomas Gleixner
Eine Bitte von uns: Sollten Sie diese E-Mail irrtümlich erhalten haben,
benachrichtigen Sie uns in diesem Falle bitte sobald wie es Ihnen
möglich ist, durch Antwort-Mail. Vielen Dank!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <http://lists.linutronix.de/pipermail/elbe-devel/attachments/20171215/dc5e4e0c/attachment-0001.sig>
More information about the elbe-devel
mailing list