Update of /cvsroot/freevo/freevo/src/tv
In directory sc8-pr-cvs1:/tmp/cvs-serv5555

Modified Files:
        epg_xmltv.py 
Log Message:
small fix

Index: epg_xmltv.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/epg_xmltv.py,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** epg_xmltv.py        3 Oct 2003 16:46:13 -0000       1.37
--- epg_xmltv.py        26 Oct 2003 17:40:52 -0000      1.38
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.38  2003/10/26 17:40:52  dischi
+ # small fix
+ #
  # Revision 1.37  2003/10/03 16:46:13  dischi
  # moved the encoding type (latin-1) to the config file config.LOCALE
***************
*** 320,325 ****
          if DEBUG:
              print 'reading xmltv data'
!         xmltv_programs = xmltv.read_programmes(util.gzopen(config.XMLTV_FILE))
!     
      # Was the guide read successfully?
      if not xmltv_programs:
--- 323,330 ----
          if DEBUG:
              print 'reading xmltv data'
!         f = util.gzopen(config.XMLTV_FILE)
!         xmltv_programs = xmltv.read_programmes(f)
!         f.close()
!         
      # Was the guide read successfully?
      if not xmltv_programs:
***************
*** 377,381 ****
  
      if tz == 'CET':
!         tz='+2'
      # Is it the '+1' format?
      if tz[0] == '+' or tz[0] == '-':
--- 382,386 ----
  
      if tz == 'CET':
!         tz='+1'
      # Is it the '+1' format?
      if tz[0] == '+' or tz[0] == '-':




-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to