Update of /cvsroot/freevo/freevo/src/video
In directory sc8-pr-cvs1:/tmp/cvs-serv13506/video

Modified Files:
        fxdimdb.py videoitem.py xml_parser.py 
Log Message:
removed some TRUE=1 and FALSE=0 add changed some debugs to _debug_

Index: fxdimdb.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/fxdimdb.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** fxdimdb.py  14 Sep 2003 16:14:25 -0000      1.12
--- fxdimdb.py  14 Sep 2003 20:09:37 -0000      1.13
***************
*** 12,15 ****
--- 12,18 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.13  2003/09/14 20:09:37  dischi
+ # removed some TRUE=1 and FALSE=0 add changed some debugs to _debug_
+ #
  # Revision 1.12  2003/09/14 16:14:25  dischi
  # Oops, remove debug
***************
*** 99,106 ****
  #Constants
  
! freevo_version = '1.3.2'
  
- FALSE = 0
- TRUE = 1
  imdb_title_list = '/tmp/imdb-movies.list'
  imdb_title_list_url = 
'ftp://ftp.funet.fi/pub/mirrors/ftp.imdb.com/pub/movies.list.gz'
--- 102,107 ----
  #Constants
  
! freevo_version = '1.3.4'
  
  imdb_title_list = '/tmp/imdb-movies.list'
  imdb_title_list_url = 
'ftp://ftp.funet.fi/pub/mirrors/ftp.imdb.com/pub/movies.list.gz'

Index: videoitem.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/videoitem.py,v
retrieving revision 1.81
retrieving revision 1.82
diff -C2 -d -r1.81 -r1.82
*** videoitem.py        13 Sep 2003 10:08:23 -0000      1.81
--- videoitem.py        14 Sep 2003 20:09:37 -0000      1.82
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.82  2003/09/14 20:09:37  dischi
+ # removed some TRUE=1 and FALSE=0 add changed some debugs to _debug_
+ #
  # Revision 1.81  2003/09/13 10:08:23  dischi
  # i18n support
***************
*** 61,70 ****
  import config
  import util
- 
- # Set to 1 for debug output
- DEBUG = config.DEBUG
- 
- TRUE  = 1
- FALSE = 0
  
  import rc
--- 64,67 ----

Index: xml_parser.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/xml_parser.py,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** xml_parser.py       30 Aug 2003 19:00:56 -0000      1.35
--- xml_parser.py       14 Sep 2003 20:09:37 -0000      1.36
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.36  2003/09/14 20:09:37  dischi
+ # removed some TRUE=1 and FALSE=0 add changed some debugs to _debug_
+ #
  # Revision 1.35  2003/08/30 19:00:56  dischi
  # multi movie files fixed
***************
*** 55,65 ****
  from videoitem import VideoItem
  
- # Set to 1 for debug output
- DEBUG = config.DEBUG
- 
- TRUE = 1
- FALSE = 0
- 
- 
  #
  # parse <video> tag    
--- 58,61 ----
***************
*** 636,640 ****
              return 0
  
!     if DEBUG: print "Building the xml hash database...",
  
      if not config.ONLY_SCAN_DATADIR:
--- 632,636 ----
              return 0
  
!     _debug_("Building the xml hash database...")
  
      if not config.ONLY_SCAN_DATADIR:
***************
*** 675,678 ****
                                                file)
              
!     if DEBUG: print 'done'
      return 1
--- 671,674 ----
                                                file)
              
!     _debug_('done')
      return 1




-------------------------------------------------------
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

Reply via email to