diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2008-10-31 19:36:58 +0100 |
|---|---|---|
| committer | Andreas Oberritter <obi@saftware.de> | 2008-11-06 01:47:03 +0100 |
| commit | ef6af8235aef7f58c25e5962ee14a264fc66fdf8 (patch) | |
| tree | 51d648f7f48e0e51fc753dc03dbb2b878a092484 /lib/python/Components/Network.py | |
| parent | 9d3e9f9dcb8b1f579fac1b36185507d314b2b9b7 (diff) | |
| download | enigma2-ef6af8235aef7f58c25e5962ee14a264fc66fdf8.tar.gz enigma2-ef6af8235aef7f58c25e5962ee14a264fc66fdf8.zip | |
add missing import
Diffstat (limited to 'lib/python/Components/Network.py')
| -rw-r--r-- | lib/python/Components/Network.py | 2 |
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 |
