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

Modified Files:
        main.py util.py osd.py 
Log Message:
Add encoding to remove some warnings from Python 2.3. Has no effect on 
Python < 2.3


Index: main.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/main.py,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** main.py     13 Jul 2003 19:35:44 -0000      1.53
--- main.py     30 Jul 2003 15:13:00 -0000      1.54
***************
*** 1,3 ****
--- 1,4 ----
  #if 0 /*
+ # -*- coding: iso-8859-1 -*-
  # -----------------------------------------------------------------------
  # main.py - This is the Freevo main application code
***************
*** 10,13 ****
--- 11,18 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.54  2003/07/30 15:13:00  outlyer
+ # Add encoding to remove some warnings from Python 2.3. Has no effect on
+ # Python < 2.3
+ #
  # Revision 1.53  2003/07/13 19:35:44  rshortt
  # Change osd.focused_app to a function that returns the last object in

Index: util.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/util.py,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** util.py     18 Jul 2003 19:46:36 -0000      1.38
--- util.py     30 Jul 2003 15:13:01 -0000      1.39
***************
*** 1,3 ****
--- 1,4 ----
  #if 0 /*
+ # -*- coding: iso-8859-1 -*-
  # -----------------------------------------------------------------------
  # util.py - Some Utilities
***************
*** 10,13 ****
--- 11,18 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.39  2003/07/30 15:13:01  outlyer
+ # Add encoding to remove some warnings from Python 2.3. Has no effect on
+ # Python < 2.3
+ #
  # Revision 1.38  2003/07/18 19:46:36  dischi
  # function to get the datadir of a given directory

Index: osd.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/osd.py,v
retrieving revision 1.73
retrieving revision 1.74
diff -C2 -d -r1.73 -r1.74
*** osd.py      19 Jul 2003 19:16:05 -0000      1.73
--- osd.py      30 Jul 2003 15:13:01 -0000      1.74
***************
*** 1,3 ****
--- 1,4 ----
  #if 0 /*
+ # -*- coding: iso-8859-1 -*-
  # -----------------------------------------------------------------------
  # osd.py - Low level graphics routines
***************
*** 10,13 ****
--- 11,18 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.74  2003/07/30 15:13:01  outlyer
+ # Add encoding to remove some warnings from Python 2.3. Has no effect on
+ # Python < 2.3
+ #
  # Revision 1.73  2003/07/19 19:16:05  dischi
  # support for loading an image which is already an Imaging object




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to