Author: dmeyer
Date: Thu Feb 22 19:27:30 2007
New Revision: 2508

Modified:
   trunk/WIP/record/src/__init__.py
   trunk/WIP/record/test/tuner.py

Log:
make tuner test work again

Modified: trunk/WIP/record/src/__init__.py
==============================================================================
--- trunk/WIP/record/src/__init__.py    (original)
+++ trunk/WIP/record/src/__init__.py    Thu Feb 22 19:27:30 2007
@@ -4,3 +4,5 @@
 dirname = os.path.dirname(__file__)
 # add our gstreamer plugins
 gst.plugin_load_file(dirname + '/_gstrecord.so')
+
+from channel import *

Modified: trunk/WIP/record/test/tuner.py
==============================================================================
--- trunk/WIP/record/test/tuner.py      (original)
+++ trunk/WIP/record/test/tuner.py      Thu Feb 22 19:27:30 2007
@@ -4,7 +4,6 @@
 import gst
 import sys
 import time
-import dvbchannelconfreader
 
 # import kaa.notifier and set mainloop to glib
 import kaa.notifier
@@ -122,7 +121,7 @@
     print 'syntax: %s <channels.conf> <channelname>' % sys.argv[0]
     sys.exit()
 
-ccr = dvbchannelconfreader.DVBChannelConfReader( sys.argv[1] )
+ccr = kaa.record2.ConfigFile( sys.argv[1] )
 chan = ccr.get_channel( sys.argv[2] )
 if not chan:
     print 'cannot find channel', sys.argv[2]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to