diff --git a/lib/python/Components/SystemInfo.py b/lib/python/Components/SystemInfo.py index 62f89ef7f42..4c9efc0ed5e 100644 --- a/lib/python/Components/SystemInfo.py +++ b/lib/python/Components/SystemInfo.py @@ -86,7 +86,7 @@ def get(self, item, default=None): def __prohibited(self, *args, **kws): print("[SystemInfo] operation not permitted") - + clear = __prohibited update = __prohibited setdefault = __prohibited