]> git.ipfire.org Git - people/ms/libloc.git/commit
importer: Remove superfluous function call
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 4 Mar 2024 09:34:14 +0000 (09:34 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 4 Mar 2024 09:34:14 +0000 (09:34 +0000)
commit4b931f6c297a70cda04a6cc5ae2921cb1ad158fe
tree6bef45e9847d5362c9637e38f1bdfa067952a978
parent81b28603621477db2bda051189a384d003ebd528
importer: Remove superfluous function call

Normally a function call doesn't have that much overhead in Python, but
since we are calling all these that many times I am sure this is all
adding up.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scripts/location-importer.in