diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-07-22 09:56:06 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-07-22 09:56:06 +0000 |
| commit | 825e9d77d51cfc0e42be576229dc180f442ee20e (patch) | |
| tree | 09ec1c7d8c6034e1d0fa80ec02815ba189a74d6c /lib/python | |
| parent | 67b53c1cb06988394c35a6e965c99b72b67fe1be (diff) | |
| download | enigma2-825e9d77d51cfc0e42be576229dc180f442ee20e.tar.gz enigma2-825e9d77d51cfc0e42be576229dc180f442ee20e.zip | |
cleanup __init__.py files ....
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Components/__init__.py | 11 | ||||
| -rw-r--r-- | lib/python/Plugins/__init__.py | 1 | ||||
| -rw-r--r-- | lib/python/Screens/__init__.py | 10 | ||||
| -rw-r--r-- | lib/python/Tools/__init__.py | 3 |
4 files changed, 0 insertions, 25 deletions
diff --git a/lib/python/Components/__init__.py b/lib/python/Components/__init__.py index e44bd070..e69de29b 100644 --- a/lib/python/Components/__init__.py +++ b/lib/python/Components/__init__.py @@ -1,11 +0,0 @@ - -__all__ = ["ActionMap", "Button", "Clock", "ConfigList", - "GUIComponent", "GUISkin", "HTMLComponent", "HTMLSkin", "Header", - "Label", "MenuList", "PerServiceDisplay", "ProgressBar", "ServiceList", - "ServiceName", "ServiceScan", "VariableText", "VariableValue", "VolumeBar", - "components", "config", "TimerList", "TimeInput", "MovieList", - "InputDevice", "ServicePosition", "IPAddress", "VariableIP", "IPGateway", - "IPNameserver", "Network", "RFmon", "DiskInfo", "NimManager", "TimerEntry", - "Lcd", "EpgList" "ScrollLabel", "Timezones", "HelpMenuList", "TimerSanityCheck", - "FileList", "MultiContent", "TunerInfo", "ChoiceList", "Playlist", - "ParentalControl", "NIMSimulator" ] diff --git a/lib/python/Plugins/__init__.py b/lib/python/Plugins/__init__.py index 2a64fc37..e69de29b 100644 --- a/lib/python/Plugins/__init__.py +++ b/lib/python/Plugins/__init__.py @@ -1 +0,0 @@ -#__all__ = [ "Plugin" ] diff --git a/lib/python/Screens/__init__.py b/lib/python/Screens/__init__.py index 0780cedf..e69de29b 100644 --- a/lib/python/Screens/__init__.py +++ b/lib/python/Screens/__init__.py @@ -1,10 +0,0 @@ -__all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu", - "InfoBar", "MessageBox", "Menu", "MovieSelection", - "Screen", "ServiceScan", "About", "Subtitles", - "TimerEdit", "Setup", "HarddiskSetup", "FixedMenu", - "Satconfig", "Scanconfig", "Ci.py", "Volume.py", "Mute.py", - "EpgSelection", "EventView", "Standby", "ServiceInfo", - "InfoBarGenerics", "HelpMenu", "Wizard", "PiPSetup", - "PVRState", "Console", "InputBox", "ChoiceBox", "SimpleSummary", - "TimerSelection", "SubservicesQuickzap", "ParentalControlSetup", - "SleepTimerEdit" ] diff --git a/lib/python/Tools/__init__.py b/lib/python/Tools/__init__.py index ae2e875e..8c7bfd48 100644 --- a/lib/python/Tools/__init__.py +++ b/lib/python/Tools/__init__.py @@ -1,5 +1,2 @@ -all = ["RedirectTime.py", "FuzzyDate.py", "XMLTools.py", "Directories.py", "KeyBindings.py", "BoundFunction.py", "ISO639.py", "Notifications", - "RedirectOutput.py", "DreamboxHardware.py"] - import RedirectTime import RedirectOutput
\ No newline at end of file |
