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

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


Index: config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/config.py,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -d -r1.59 -r1.60
*** config.py   4 Oct 2003 17:55:14 -0000       1.59
--- config.py   8 Oct 2003 03:29:21 -0000       1.60
***************
*** 23,26 ****
--- 23,30 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.60  2003/10/08 03:29:21  outlyer
+ # Just move all FutureWarnings to config. This removes all the silly hex
+ # constant warnings.
+ #
  # Revision 1.59  2003/10/04 17:55:14  dischi
  # small fixes
***************
*** 62,65 ****
--- 66,73 ----
  import __builtin__
  import version
+ 
+ if float(sys.version[0:3]) >= 2.3:
+     import warnings
+     warnings.simplefilter("ignore", category=FutureWarning)
  
  VERSION = version.__version__




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