mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] Documentation/gen_commands.py: use python3
@ 2022-08-31  8:50 Antony Pavlov
  2022-09-01  8:44 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Antony Pavlov @ 2022-08-31  8:50 UTC (permalink / raw)
  To: barebox

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
 Documentation/gen_commands.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Documentation/gen_commands.py b/Documentation/gen_commands.py
index a55b1acd82f..7c62a030dce 100755
--- a/Documentation/gen_commands.py
+++ b/Documentation/gen_commands.py
@@ -1,6 +1,4 @@
-#!/usr/bin/env python
-
-from __future__ import print_function
+#!/usr/bin/env python3
 
 import errno
 import os
-- 
2.37.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation/gen_commands.py: use python3
  2022-08-31  8:50 [PATCH] Documentation/gen_commands.py: use python3 Antony Pavlov
@ 2022-09-01  8:44 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2022-09-01  8:44 UTC (permalink / raw)
  To: Antony Pavlov; +Cc: barebox

On Wed, Aug 31, 2022 at 11:50:01AM +0300, Antony Pavlov wrote:
> Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
> ---
>  Documentation/gen_commands.py | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)

Applied, thanks

Sascha

> 
> diff --git a/Documentation/gen_commands.py b/Documentation/gen_commands.py
> index a55b1acd82f..7c62a030dce 100755
> --- a/Documentation/gen_commands.py
> +++ b/Documentation/gen_commands.py
> @@ -1,6 +1,4 @@
> -#!/usr/bin/env python
> -
> -from __future__ import print_function
> +#!/usr/bin/env python3
>  
>  import errno
>  import os
> -- 
> 2.37.2
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-01  8:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-31  8:50 [PATCH] Documentation/gen_commands.py: use python3 Antony Pavlov
2022-09-01  8:44 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox