Author: duncan
Date: Mon Mar 17 05:22:45 2008
New Revision: 10540
Log:
Run through reindent and added some docstrings
Modified:
branches/rel-1/freevo/src/tv/plugins/search_programs.py
branches/rel-1/freevo/src/tv/plugins/vbi2srt_record.py
Modified: branches/rel-1/freevo/src/tv/plugins/search_programs.py
==============================================================================
--- branches/rel-1/freevo/src/tv/plugins/search_programs.py (original)
+++ branches/rel-1/freevo/src/tv/plugins/search_programs.py Mon Mar 17
05:22:45 2008
@@ -65,7 +65,7 @@
self._type = 'mainmenu_tv'
self.parent = None
-
+
def items(self, parent):
self.parent = parent
return [SearchPrograms(parent)]
Modified: branches/rel-1/freevo/src/tv/plugins/vbi2srt_record.py
==============================================================================
--- branches/rel-1/freevo/src/tv/plugins/vbi2srt_record.py (original)
+++ branches/rel-1/freevo/src/tv/plugins/vbi2srt_record.py Mon Mar 17
05:22:45 2008
@@ -182,7 +182,7 @@
class RecordApp(childapp.ChildApp):
"""
- Class to
+ Record application class
"""
def __init__(self, app):
_debug_('RecordApp.__init__(app=%r)' % (app), 1)
@@ -195,7 +195,7 @@
class Record_Thread(threading.Thread):
"""
- Class to
+ Record thread to handle the recording states
"""
def __init__(self):
_debug_('Record_Thread.__init__()', 1)
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog