From b1cb9892c9da7a9ca9202b60f0f280fb6335e95a Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Fri, 23 Dec 2005 05:21:21 +0000 Subject: [PATCH] add forgotten file --- lib/python/Components/RecordingConfig.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/python/Components/RecordingConfig.py diff --git a/lib/python/Components/RecordingConfig.py b/lib/python/Components/RecordingConfig.py new file mode 100644 index 00000000..cf65f747 --- /dev/null +++ b/lib/python/Components/RecordingConfig.py @@ -0,0 +1,9 @@ +from config import * +import os +from enigma import * + +def InitRecordingConfig(): + config.recording = ConfigSubsection(); + config.recording.asktozap = configElement("config.recording.asktozap", configSelection, 1, (_("yes"), _("no")) ); + + -- 2.30.2