summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-10-18 21:59:12 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-10-18 22:47:24 +0200
commitb6b2d65945758123f8420ddcf5cd3295266832db (patch)
treee5c0f4c7e1f055df1cf02126930af33c15c2fee7
parentf418ea3e6fa56644ee97cf6d68a2243a723641a8 (diff)
downloadmanifest-b6b2d65945758123f8420ddcf5cd3295266832db.tar.gz
manifest-b6b2d65945758123f8420ddcf5cd3295266832db.tar.bz2
manifest-b6b2d65945758123f8420ddcf5cd3295266832db.zip
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 <GNUtoo@cyberdimension.org>
-rwxr-xr-xscripts/generate-mirror-commands.py2
1 files changed, 0 insertions, 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{} <path/to/default.xml>'.format(progname))