From: Felix Domke Date: Tue, 15 Nov 2005 02:27:47 +0000 (+0000) Subject: fix komma X-Git-Tag: 2.6.0~5209 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/4094f6ff7c09ad484f3bd1478f3ef863b3934990?hp=89303e26deea80fecfe3b0bed01f035297b8a5f7 fix komma --- diff --git a/lib/python/Screens/__init__.py b/lib/python/Screens/__init__.py index d111e950..ca1e0b03 100644 --- a/lib/python/Screens/__init__.py +++ b/lib/python/Screens/__init__.py @@ -4,4 +4,4 @@ __all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu", "TimerEdit", "Setup", "HarddiskSetup", "FixedMenu", "Satconfig", "Scanconfig", "Ci.py", "Volume.py", "Mute.py", "EpgSelection", "EventView", "Standby", "ServiceInfo", - "AudioSelection" "InfoBarGenerics"] + "AudioSelection", "InfoBarGenerics"]