diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-10 03:17:33 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-10 03:17:33 +0900 |
commit | d8a0bcfd77832357f7db43e072a7ff783dffd369 (patch) | |
tree | 39026b2248893d1ba624d397d8a67919a77e2e25 /tools/make-directive-index.py | |
parent | 87421ff560028d9b37ed6749a0c7e3da579a8793 (diff) | |
download | systemd-d8a0bcfd77832357f7db43e072a7ff783dffd369.tar.gz |
tree-wide: drop header for emacs from python scripts
Diffstat (limited to 'tools/make-directive-index.py')
-rwxr-xr-x | tools/make-directive-index.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/make-directive-index.py b/tools/make-directive-index.py index 8b85ef40f3..8703c8a37b 100755 --- a/tools/make-directive-index.py +++ b/tools/make-directive-index.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */ # SPDX-License-Identifier: LGPL-2.1+ import sys |