]> git.ipfire.org Git - people/ms/libloc.git/commitdiff
python: Drop unused list of invalid IP addresses
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 13 May 2020 11:21:23 +0000 (11:21 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 13 May 2020 11:21:23 +0000 (11:21 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/python/location-importer.in

index 26e7ee171eee227d69433efa4d6ab6a31ec89475..0646296b80ba21ddf503bf6a27b4829be43c346a 100644 (file)
@@ -34,12 +34,6 @@ from location.i18n import _
 log = logging.getLogger("location.importer")
 log.propagate = 1
 
-INVALID_ADDRESSES = (
-       "0.0.0.0",
-       "::/0",
-       "0::/0",
-)
-
 class CLI(object):
        def parse_cli(self):
                parser = argparse.ArgumentParser(