diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-09 19:17:33 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-09 19:17:33 +0100 |
commit | d8a0bcfd77832357f7db43e072a7ff783dffd369 (patch) | |
tree | 39026b2248893d1ba624d397d8a67919a77e2e25 /tools/xml_helper.py | |
parent | tools: add one more SPDX license header (diff) | |
download | systemd-d8a0bcfd77832357f7db43e072a7ff783dffd369.tar.xz systemd-d8a0bcfd77832357f7db43e072a7ff783dffd369.zip |
tree-wide: drop header for emacs from python scripts
Diffstat (limited to 'tools/xml_helper.py')
-rwxr-xr-x | tools/xml_helper.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/xml_helper.py b/tools/xml_helper.py index 19e343b4e3..f399e7493c 100755 --- a/tools/xml_helper.py +++ b/tools/xml_helper.py @@ -1,6 +1,5 @@ #!/usr/bin/env python3 -# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */ -# SPDX-License-Identifier: LGPL-2.1+ +# SPDX-License-Identifier: LGPL-2.1+ from lxml import etree as tree |