Update of /cvsroot/freevo/freevo/src/tv
In directory sc8-pr-cvs1:/tmp/cvs-serv3504
Modified Files:
__init__.py
Log Message:
only import stuff we need
Index: __init__.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/__init__.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** __init__.py 30 Nov 2003 14:41:10 -0000 1.8
--- __init__.py 6 Dec 2003 16:52:11 -0000 1.9
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.9 2003/12/06 16:52:11 dischi
+ # only import stuff we need
+ #
# Revision 1.8 2003/11/30 14:41:10 dischi
# use new Mimetype plugin interface
***************
*** 50,55 ****
import plugin
- import menu
- import os
#
--- 53,56 ----
***************
*** 60,63 ****
--- 61,65 ----
def items(self, parent):
import tvmenu
+ import menu
return [ menu.MenuItem('', action=tvmenu.TVMenu().main_menu,
type='main', parent=parent, skin_type='tv') ]
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog