diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-09-29 22:09:43 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-09-29 22:09:43 +0000 |
| commit | 7b25522dc35a9d942101750e9eb5135867e6bcce (patch) | |
| tree | 102047a2b59b89abfee6773738082e1a73460fc3 /lib/python/Components/__init__.py | |
| parent | 2dc9b0cb83069aaed4dbb3f45b3d15835568d0d9 (diff) | |
| download | enigma2-7b25522dc35a9d942101750e9eb5135867e6bcce.tar.gz enigma2-7b25522dc35a9d942101750e9eb5135867e6bcce.zip | |
add DiskInfo component
Diffstat (limited to 'lib/python/Components/__init__.py')
| -rw-r--r-- | lib/python/Components/__init__.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/python/Components/__init__.py b/lib/python/Components/__init__.py index 1e47fde6..a6259395 100644 --- a/lib/python/Components/__init__.py +++ b/lib/python/Components/__init__.py @@ -5,5 +5,4 @@ __all__ = ["ActionMap", "Button", "Clock", "ConfigList", "EventInfo", "ServiceName", "ServiceScan", "VariableText", "VariableValue", "VolumeBar", "components", "config", "TimerList", "TimeInput", "MovieList", "InputDevice", "ServicePosition", "IPAddress", "VariableIP", "IPGateway", - "IPNameserver", "Network" ] - + "IPNameserver", "Network", "RFmon", "DiskInfo" ] |
