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

Modified Files:
        v4l2.py 
Log Message:
Just move all FutureWarnings to config. This removes all the silly hex
constant warnings.


Index: v4l2.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/v4l2.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** v4l2.py     8 Oct 2003 03:14:17 -0000       1.11
--- v4l2.py     8 Oct 2003 03:29:22 -0000       1.12
***************
*** 10,13 ****
--- 10,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.12  2003/10/08 03:29:22  outlyer
+ # Just move all FutureWarnings to config. This removes all the silly hex
+ # constant warnings.
+ #
  # Revision 1.11  2003/10/08 03:14:17  outlyer
  # Filter out annoying warnings in Python >= 2.3
***************
*** 54,62 ****
  import fcntl
  import sys
- 
- if float(sys.version[0:3]) >= 2.3:
-     import warnings
-     warnings.filterwarnings("ignore", category=FutureWarning, module=__name__)
- 
  
  import config
--- 58,61 ----




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