do nothing when old and new service is equal
[enigma2.git] / lib / python / Components / Sources / List.py
index 6d083f05f41f209754a877383aec00ddc00cf251..d7221296f7cfa364ee89bead5332bf8c50dfb96e 100644 (file)
@@ -1,5 +1,4 @@
 from Source import Source
-from Tools.Event import Event
 from Components.Element import cached
 
 class List(Source, object):
@@ -31,7 +30,7 @@ to generate HTML."""
        def selectionChanged(self, index):
                if self.disable_callbacks:
                        return
-                       
+
                for x in self.onSelectionChanged:
                        x()