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

Modified Files:
        tvtime.py 
Log Message:
use os.path.join for configcmd

Index: tvtime.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/tvtime.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** tvtime.py   22 Oct 2003 17:21:28 -0000      1.20
--- tvtime.py   8 Nov 2003 13:23:56 -0000       1.21
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.21  2003/11/08 13:23:56  dischi
+ # use os.path.join for configcmd
+ #
  # Revision 1.20  2003/10/22 17:21:28  mikeruelle
  # adding numeric channel changing and previous channel support
***************
*** 201,206 ****
      def writeTvtimeXML(self):
          tvtimexml = os.path.join(os.environ['HOME'], '.tvtime', 'tvtime.xml')
!       configcmd = os.path.dirname(config.TVTIME_CMD)
!         configcmd += "tvtime-configure"
          cf_norm, cf_input, cf_clist, cf_device = config.TV_SETTINGS.split()
          s_norm = cf_norm.upper()
--- 204,208 ----
      def writeTvtimeXML(self):
          tvtimexml = os.path.join(os.environ['HOME'], '.tvtime', 'tvtime.xml')
!       configcmd = os.path.join(os.path.dirname(config.TVTIME_CMD), 
"tvtime-configure")
          cf_norm, cf_input, cf_clist, cf_device = config.TV_SETTINGS.split()
          s_norm = cf_norm.upper()




-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to