Author: duncan Date: Sat Oct 28 06:13:25 2006 New Revision: 8492 Modified: branches/rel-1-6/freevo/src/audio/plugins/mplayervis.py branches/rel-1-6/freevo/src/plugins/mixer.py
Log: Removed old cvs logs Modified: branches/rel-1-6/freevo/src/audio/plugins/mplayervis.py ============================================================================== --- branches/rel-1-6/freevo/src/audio/plugins/mplayervis.py (original) +++ branches/rel-1-6/freevo/src/audio/plugins/mplayervis.py Sat Oct 28 06:13:25 2006 @@ -9,14 +9,6 @@ # Todo: - Migrate with Gustavos pygoom when done and change name to mpav # # ----------------------------------------------------------------------- -# $Log$ -# Revision 1.6.2.1 2004/10/20 18:34:02 dischi -# fix crash on broken images -# -# Revision 1.6 2004/07/10 12:33:38 dischi -# header cleanup -# -# ----------------------------------------------------------------------- # Freevo - A Home Theater PC framework # Copyright (C) 2002 Krister Lagerstrom, et al. # Please see the file freevo/Docs/CREDITS for a complete list of authors. @@ -35,7 +27,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# ----------------------------------------------------------------------- */ +# ----------------------------------------------------------------------- try: Modified: branches/rel-1-6/freevo/src/plugins/mixer.py ============================================================================== --- branches/rel-1-6/freevo/src/plugins/mixer.py (original) +++ branches/rel-1-6/freevo/src/plugins/mixer.py Sat Oct 28 06:13:25 2006 @@ -8,23 +8,6 @@ # Todo: # # ----------------------------------------------------------------------- -# $Log$ -# Revision 1.14.2.3 2005/06/10 16:05:54 tack -# More OverflowError fixes for Python 2.4 -# -# Revision 1.14.2.2 2005/01/20 16:32:11 dischi -# fix crash -# -# Revision 1.14.2.1 2004/10/21 12:31:52 dischi -# fix variable type -# -# Revision 1.14 2004/07/10 12:33:40 dischi -# header cleanup -# -# Revision 1.13 2004/01/02 14:03:32 dischi -# use osd to display volume -# -# ----------------------------------------------------------------------- # Freevo - A Home Theater PC framework # Copyright (C) 2002 Krister Lagerstrom, et al. # Please see the file freevo/Docs/CREDITS for a complete list of authors. @@ -43,7 +26,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# ----------------------------------------------------------------------- */ +# ----------------------------------------------------------------------- """For manipulating the mixer. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Freevo-cvslog mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog
