aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-04-10 05:34:54 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-04-10 05:34:54 +0000
commit3d833640ae5664e2a6815499eaea232d7608d516 (patch)
treed28f38e4e11b9576f6cf5443016e764463a80a8a /lib/python/Components
parentf61b67c4f533d69e9a177a571959df493f7ce77c (diff)
downloadenigma2-3d833640ae5664e2a6815499eaea232d7608d516.tar.gz
enigma2-3d833640ae5664e2a6815499eaea232d7608d516.zip
add destroy
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/ServiceScan.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/python/Components/ServiceScan.py b/lib/python/Components/ServiceScan.py
index aeffaf2f..b4c47a75 100644
--- a/lib/python/Components/ServiceScan.py
+++ b/lib/python/Components/ServiceScan.py
@@ -100,3 +100,6 @@ class ServiceScan:
def newService(self):
newServiceName = self.scan.getLastServiceName()
self.servicelist.addItem(newServiceName)
+
+ def destroy(self):
+ pass