Author: duncan
Date: Sun Feb 18 09:50:16 2007
New Revision: 9231

Modified:
   branches/rel-1-6/freevo/src/util/__init__.py

Log:
Removed old cvs log, cleaned up the header block and removed tailing spaces


Modified: branches/rel-1-6/freevo/src/util/__init__.py
==============================================================================
--- branches/rel-1-6/freevo/src/util/__init__.py        (original)
+++ branches/rel-1-6/freevo/src/util/__init__.py        Sun Feb 18 09:50:16 2007
@@ -5,19 +5,11 @@
 # $Id$
 #
 # Notes:
-# Todo:        
-#
-# -----------------------------------------------------------------------
-# $Log$
-# Revision 1.18  2004/07/10 12:33:42  dischi
-# header cleanup
-#
-# Revision 1.17  2004/06/13 18:49:39  dischi
-# do not take care of install.py
+# Todo:
 #
 # -----------------------------------------------------------------------
 # Freevo - A Home Theater PC framework
-# Copyright (C) 2002 Krister Lagerstrom, et al. 
+# Copyright (C) 2002 Krister Lagerstrom, et al.
 # Please see the file freevo/Docs/CREDITS for a complete list of authors.
 #
 # This program is free software; you can redistribute it and/or modify
@@ -34,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
 #
-# ----------------------------------------------------------------------- */
+# -----------------------------------------------------------------------
 
 
 import sys
@@ -62,7 +54,7 @@
                         print e
         elif string.__class__ != unicode:
             return unicode(str(string), config.LOCALE)
-        
+
         return string
 
 
@@ -76,7 +68,7 @@
                 return unicode(string).encode(encoding, 'replace')
         return string
 
-    
+
     import vfs
     from misc import *
     from fileops import *
@@ -84,7 +76,7 @@
     import fxdparser
     import objectcache
     import popen3
-    
+
     __builtin__.__dict__['vfs']     = vfs
     __builtin__.__dict__['Unicode'] = Unicode
     __builtin__.__dict__['String']  = String

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to