OSDN Git Service

make DVB driver usable.
[rec10/rec10-git.git] / rec10 / trunk / src / configreader.py
index cf1eee5..b838c75 100644 (file)
@@ -28,3 +28,6 @@ def getConfEnv(string):
 def getConfLog(string):\r
     global confp\r
     return confp.get('log', string)\r
+def getConfDVB(string):\r
+    global confp\r
+    return confp.get('dvb',string)\r