diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-09-02 05:25:12 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-09-02 05:25:12 +0000 |
| commit | ac896c99e4cdcaf8090bdb2b76763d84c2d5191c (patch) | |
| tree | 468348108a83df00c5d6c8a9df6b6b42a02a8ca3 /lib/python/Screens | |
| parent | 1854505c149c095e357787836a12d06b0ff70954 (diff) | |
| download | enigma2-ac896c99e4cdcaf8090bdb2b76763d84c2d5191c.tar.gz enigma2-ac896c99e4cdcaf8090bdb2b76763d84c2d5191c.zip | |
added mac address to network setting menu for testing
Diffstat (limited to 'lib/python/Screens')
| -rw-r--r-- | lib/python/Screens/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/__init__.py b/lib/python/Screens/__init__.py index f27bdcbc..ac85ca44 100644 --- a/lib/python/Screens/__init__.py +++ b/lib/python/Screens/__init__.py @@ -1,4 +1,4 @@ __all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu", "InfoBar", "MessageBox", "Menu", "MovieSelection", "ScartLoopThrough", "Screen", "ServiceScan", "About", - "TimerEdit", "Network", "Setup", "HarddiskSetup"] + "TimerEdit", "Setup", "HarddiskSetup"] |
