]> git.ipfire.org Git - people/ms/libloc.git/commit
Remove shebangs from Python modules
authorPetr Písař <ppisar@redhat.com>
Tue, 4 Oct 2022 14:16:07 +0000 (16:16 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 20 Oct 2022 14:34:39 +0000 (14:34 +0000)
commitc81b27a3a3211dea7fad04ab149db1202300f3fe
tree4720c9bcc318f048159874b45a19c58a315edca7
parent4f491ba50c13d4b084933a8678224f878ee37474
Remove shebangs from Python modules

Shebangs only belong to standalone executables.

Fixes: #12956
Signed-off-by: Petr Písař <ppisar@redhat.com>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/python/location/__init__.py
src/python/location/database.py
src/python/location/downloader.py
src/python/location/export.py
src/python/location/i18n.py
src/python/location/importer.py
src/python/location/logger.py