add forgotten file
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Fri, 23 Dec 2005 05:21:21 +0000 (05:21 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Fri, 23 Dec 2005 05:21:21 +0000 (05:21 +0000)
lib/python/Components/RecordingConfig.py [new file with mode: 0644]

diff --git a/lib/python/Components/RecordingConfig.py b/lib/python/Components/RecordingConfig.py
new file mode 100644 (file)
index 0000000..cf65f74
--- /dev/null
@@ -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")) );
+
+