Update of /cvsroot/freevo/freevo/src/tv
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31682/tv
Modified Files:
edit_favorite.py
Log Message:
do not import tv.xxx, use xxx, we are in tv
Index: edit_favorite.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/edit_favorite.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** edit_favorite.py 23 Feb 2004 21:41:10 -0000 1.11
--- edit_favorite.py 6 Jun 2004 07:23:16 -0000 1.12
***************
*** 10,13 ****
--- 10,16 ----
#-----------------------------------------------------------------------
# $Log$
+ # Revision 1.12 2004/06/06 07:23:16 dischi
+ # do not import tv.xxx, use xxx, we are in tv
+ #
# Revision 1.11 2004/02/23 21:41:10 dischi
# start some unicode fixes, still not working every time
***************
*** 65,76 ****
from time import gmtime, strftime
! import config, tv.epg_xmltv, tv.view_favorites
! import tv.record_client as record_client
import event as em
! from tv.record_types import Favorite
! import tv.record_types
! from tv.epg_types import TvProgram
! from tv.view_favorites import ViewFavorites
from gui.GUIObject import *
--- 68,78 ----
from time import gmtime, strftime
! import config, epg_xmltv
! import record_client
import event as em
! from record_types import Favorite
! from epg_types import TvProgram
! from view_favorites import ViewFavorites
from gui.GUIObject import *
***************
*** 133,137 ****
if not self.top: self.top = self.osd.height/2 - self.height/2
! guide = tv.epg_xmltv.get_guide()
name = Label(_('Name')+':', self, Align.LEFT)
--- 135,139 ----
if not self.top: self.top = self.osd.height/2 - self.height/2
! guide = epg_xmltv.get_guide()
name = Label(_('Name')+':', self, Align.LEFT)
-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog