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

Modified Files:
        v4l2.py 
Log Message:
Removed an extraneous 'print'


Index: v4l2.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/v4l2.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** v4l2.py     11 Oct 2003 15:09:41 -0000      1.13
--- v4l2.py     13 Jan 2004 15:08:22 -0000      1.14
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.14  2004/01/13 15:08:22  outlyer
+ # Removed an extraneous 'print'
+ #
  # Revision 1.13  2003/10/11 15:09:41  rshortt
  # Make sure channel is a string.
***************
*** 160,164 ****
              sys.exit("Error: %d\n" %self.device)
          else:
!             print "Video Opened at %s" % device
  
          results           = self.querycap()
--- 163,167 ----
              sys.exit("Error: %d\n" %self.device)
          else:
!             if DEBUG: print "Video Opened at %s" % device
  
          results           = self.querycap()




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to