From 750f6a97c87cf739770e569bcbf02a5c2af83700 Mon Sep 17 00:00:00 2001 From: ondrej Date: Tue, 15 Aug 2023 17:09:51 +0200 Subject: [PATCH] i.landsat.download: remove a call of non-existent function raw_input() in Python3, it was replaced by input() --- src/imagery/i.landsat/i.landsat.download/i.landsat.download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/imagery/i.landsat/i.landsat.download/i.landsat.download.py b/src/imagery/i.landsat/i.landsat.download/i.landsat.download.py index 819ab4e2d8..4931a3e0f1 100644 --- a/src/imagery/i.landsat/i.landsat.download/i.landsat.download.py +++ b/src/imagery/i.landsat/i.landsat.download/i.landsat.download.py @@ -164,7 +164,7 @@ def main(): # stdin import getpass - user = raw_input(_("Insert username: ")) + user = input(_("Insert username: ")) password = getpass.getpass(_("Insert password: ")) else: