diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-08-31 01:36:09 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-08-31 01:36:09 +0000 |
| commit | d4e7d2270a4834dee72eaeaffca983c63289c58c (patch) | |
| tree | 2aad54fe3a440d33a0de845eed4373e9f96bd184 /lib/python | |
| parent | 3981931a82c9302dc4108324137fa0b4d67983b1 (diff) | |
| download | enigma2-d4e7d2270a4834dee72eaeaffca983c63289c58c.tar.gz enigma2-d4e7d2270a4834dee72eaeaffca983c63289c58c.zip | |
added missing classes
Diffstat (limited to 'lib/python')
| -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 386eb672..f27bdcbc 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"] + "TimerEdit", "Network", "Setup", "HarddiskSetup"] |
