X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/9d3e9f9dcb8b1f579fac1b36185507d314b2b9b7..ef6af8235aef7f58c25e5962ee14a264fc66fdf8:/lib/python/Components/Network.py diff --git a/lib/python/Components/Network.py b/lib/python/Components/Network.py index cf21c6d0..bed9d95f 100644 --- a/lib/python/Components/Network.py +++ b/lib/python/Components/Network.py @@ -1,5 +1,5 @@ from os import system, popen, path as os_path, listdir -from re import compile as re_compile +from re import compile as re_compile, search as re_search from socket import * from enigma import eConsoleAppContainer from Components.Console import Console