Update of /cvsroot/freevo/freevo/src/tv
In directory sc8-pr-cvs1:/tmp/cvs-serv7939
Modified Files:
v4l2.py
Log Message:
Filter out the warnings about the ioctl's. We can't do much with it just yet.
Index: v4l2.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/v4l2.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** v4l2.py 23 Aug 2003 12:51:43 -0000 1.6
--- v4l2.py 11 Sep 2003 14:16:21 -0000 1.7
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.7 2003/09/11 14:16:21 outlyer
+ # Filter out the warnings about the ioctl's. We can't do much with it just yet.
+ #
# Revision 1.6 2003/08/23 12:51:43 dischi
# removed some old CVS log messages
***************
*** 41,44 ****
--- 44,50 ----
import struct
import fcntl
+ import warnings
+ warnings.filterwarnings("ignore", category=FutureWarning, module=__name__)
+
import config
-------------------------------------------------------
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