From b6b2d65945758123f8420ddcf5cd3295266832db Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Mon, 18 Oct 2021 21:59:12 +0200 Subject: scripts: generate-mirror-commands: remove unused jinja2 import This change was also tested and it works fine: $ ./generate-mirror-commands.py ../default.xml;echo $? [the generated shell script being printed] 0 Signed-off-by: Denis 'GNUtoo' Carikli --- scripts/generate-mirror-commands.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/generate-mirror-commands.py b/scripts/generate-mirror-commands.py index b82899c..946c33f 100755 --- a/scripts/generate-mirror-commands.py +++ b/scripts/generate-mirror-commands.py @@ -40,8 +40,6 @@ import sys # Reference: https://docs.python.org/3.8/library/xml.html#xml-vulnerabilities import xml.etree.ElementTree -import jinja2 - def usage(progname): print ('Usage:') print ('\t{} '.format(progname)) -- cgit v1.2.3