]> git.ipfire.org Git - people/ms/libloc.git/commitdiff
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)
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

index 5d6710d28b1a19ecc6e95617c68fa092c03fedd6..e0ba510e6cefe7b328449e7310b360177c855279 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/python3
 ###############################################################################
 #                                                                             #
 # libloc - A library to determine the location of someone on the Internet     #
index 5d79941515cf830f81d4aff4a1897c4525d99e82..b97d93a844ffd323797c8be1388df790b0e87d81 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 """
        A lightweight wrapper around psycopg2.
 
index b9e0c22ca9c4a80908c3a89d16b6e6f2834f4107..3618968cfecc4ca874be8ce5393b3cad7b425cdf 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/python3
 ###############################################################################
 #                                                                             #
 # libloc - A library to determine the location of someone on the Internet     #
index 3f58498ce8a4243f66726da249372c432938743b..25a532e5438c6ef749fbbcc21e1bc1b0db1c6b8a 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/python3
 ###############################################################################
 #                                                                             #
 # libloc - A library to determine the location of someone on the Internet     #
index 2161aa67c9b52122e6ec114d90ce28f7f219362a..c97c51c5e8aac041ce520b223f25a508114d3df8 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/python3
 ###############################################################################
 #                                                                             #
 # libloc - A library to determine the location of someone on the Internet     #
index 96f2218762fd21f4142f2b6980906c5fdb01b8d0..d2851627dd568e1b3cb8dc468decf2cbcffacb79 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/python3
 ###############################################################################
 #                                                                             #
 # libloc - A library to determine the location of someone on the Internet     #
index 0bdf9ec45d0f7ca7b86d7a1e0b44b29f7666f516..62ad8fbc268dffa10e227aa4bd0a68ffb52ad6ff 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/python3
 ###############################################################################
 #                                                                             #
 # libloc - A library to determine the location of someone on the Internet     #