aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Network.py
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2008-10-31 19:36:58 +0100
committerAndreas Oberritter <obi@saftware.de>2008-11-06 01:47:03 +0100
commitef6af8235aef7f58c25e5962ee14a264fc66fdf8 (patch)
tree51d648f7f48e0e51fc753dc03dbb2b878a092484 /lib/python/Components/Network.py
parent9d3e9f9dcb8b1f579fac1b36185507d314b2b9b7 (diff)
downloadenigma2-ef6af8235aef7f58c25e5962ee14a264fc66fdf8.tar.gz
enigma2-ef6af8235aef7f58c25e5962ee14a264fc66fdf8.zip
add missing import
Diffstat (limited to 'lib/python/Components/Network.py')
-rw-r--r--lib/python/Components/Network.py2
1 files changed, 1 insertions, 1 deletions
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