]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - tools/make-directive-index.py
final v236 update (#7649)
[thirdparty/systemd.git] / tools / make-directive-index.py
index 8ce09ca2fa078a988ceb68eb87552fc86dfa56b7..fb2b0b7c6fde6c8e4bfeb21f600fbb0f77547467 100755 (executable)
@@ -1,5 +1,6 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 #  -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
+# SPDX-License-Identifier: LGPL-2.1+
 #
 #  This file is part of systemd.
 #
@@ -21,7 +22,7 @@
 import sys
 import collections
 import re
-from xml_helper import *
+from xml_helper import xml_parse, xml_print, tree
 from copy import deepcopy
 
 TEMPLATE = '''\