from xml.etree.ElementTree import ElementTree
from Components.config import config, ConfigInteger
+config.misc.rcused = ConfigInteger(default = 1)
+
class Rc:
def __init__(self):
self["rc"] = MultiPixmap()
for selectPic in self.selectpics:
for pic in selectPic[1]:
self[pic].hide()
-
\ No newline at end of file