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:52:04 +0100
commit7d90a93493f1dc9ab9d3a5694aa96501a9b25b89 (patch)
tree24093f2da2d2c10cd8003b52eeb049ff07b2272b /lib/python/Components/Network.py
parent340ec4b3727cb61e1038ca97b006471b5568e8a3 (diff)
downloadenigma2-7d90a93493f1dc9ab9d3a5694aa96501a9b25b89.tar.gz
enigma2-7d90a93493f1dc9ab9d3a5694aa96501a9b25b89.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