Update of /cvsroot/freevo/freevo/WIP/Ruelle
In directory sc8-pr-cvs1:/tmp/cvs-serv10747
Modified Files:
tvtime.py
Log Message:
convert the int tuner values we get when Aubins autodetect channels thing runs.
Index: tvtime.py
===================================================================
RCS file: /cvsroot/freevo/freevo/WIP/Ruelle/tvtime.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** tvtime.py 24 Sep 2003 22:38:24 -0000 1.7
--- tvtime.py 25 Sep 2003 17:33:06 -0000 1.8
***************
*** 10,15 ****
# -----------------------------------------------------------------------
# $Log$
! # Revision 1.7 2003/09/24 22:38:24 mikeruelle
! # removing unneeded and uncalled event stuff
#
# Revision 1.17 2003/09/03 17:54:38 dischi
--- 10,15 ----
# -----------------------------------------------------------------------
# $Log$
! # Revision 1.8 2003/09/25 17:33:06 mikeruelle
! # convert the int tuner values we get when Aubins autodetect channels thing runs.
#
# Revision 1.17 2003/09/03 17:54:38 dischi
***************
*** 185,189 ****
def lookupChannelBand(self, channel):
# check if we have custom
!
if config.FREQUENCY_TABLE.has_key(channel):
print "have a custom"
--- 185,193 ----
def lookupChannelBand(self, channel):
# check if we have custom
!
! #Aubin's auto detection code works only for numeric channels and
! #forces them to int.
! channel = str(channel)
!
if config.FREQUENCY_TABLE.has_key(channel):
print "have a custom"
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog