From 761027c1e98a3c7e92304b1cb8564735e848c9fa Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 16 May 2020 10:05:34 +0000 Subject: [PATCH] location-importer: Remove unused regular expression Signed-off-by: Michael Tremer --- src/python/location-importer.in | 1 - 1 file changed, 1 deletion(-) diff --git a/src/python/location-importer.in b/src/python/location-importer.in index 57eccd9..9e12704 100644 --- a/src/python/location-importer.in +++ b/src/python/location-importer.in @@ -463,7 +463,6 @@ class CLI(object): server = ns.server[0] # Pre-compile regular expression for routes - #route = re.compile(b"^\*>?\s[\si]?([^\s]+)[.\s]*?(\d+)\si$", re.MULTILINE) route = re.compile(b"^\*[\s\>]i([^\s]+).+?(\d+)\si\r\n", re.MULTILINE|re.DOTALL) with telnetlib.Telnet(server) as t: -- 2.39.2