Author: duncan
Date: Sat Oct 14 16:41:50 2006
New Revision: 8368

Modified:
   branches/rel-1-5/freevo/src/tv/record_types.py

Log:
Removed evil tabs and old cvs log

Modified: branches/rel-1-5/freevo/src/tv/record_types.py
==============================================================================
--- branches/rel-1-5/freevo/src/tv/record_types.py      (original)
+++ branches/rel-1-5/freevo/src/tv/record_types.py      Sat Oct 14 16:41:50 2006
@@ -8,17 +8,6 @@
 # Todo:        
 #
 # -----------------------------------------------------------------------
-# $Log$
-# Revision 1.14  2004/07/10 12:33:41  dischi
-# header cleanup
-#
-# Revision 1.13  2004/07/01 19:06:41  dischi
-# fix unicode crash in debug
-#
-# Revision 1.12  2004/06/21 22:41:44  rshortt
-# Small cleanup, use config.DEBUG.
-#
-# -----------------------------------------------------------------------
 # 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.
@@ -37,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, time, os, string
@@ -53,7 +42,7 @@
 
     def __init__(self):
         self.programList = {}
-       self.favorites = {}
+        self.favorites = {}
         self.TYPES_VERSION = TYPES_VERSION
         
 
@@ -141,7 +130,6 @@
 
 class Favorite:
 
-
     def __init__(self, name=None, prog=None, exactchan=FALSE, exactdow=FALSE, 
                  exacttod=FALSE, priority=0):
         self.TYPES_VERSION = TYPES_VERSION
@@ -171,19 +159,19 @@
         if prog:
             self.title = prog.title
 
-           if exactchan:
+            if exactchan:
                 self.channel = tv_util.get_chan_displayname(prog.channel_id)
             else:
                 self.channel = 'ANY'
           
-           if exactdow:
-               lt = time.localtime(prog.start)
+            if exactdow:
+                lt = time.localtime(prog.start)
                 self.dow = lt[6]
             else:
                 self.dow = 'ANY'
           
-           if exacttod:
-               lt = time.localtime(prog.start)
+            if exacttod:
+                lt = time.localtime(prog.start)
                 self.mod = (lt[3]*60)+lt[4]
             else:
                 self.mod = 'ANY'

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

Reply via email to