Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv6192/src
Modified Files:
skin.py
Log Message:
Directory cleanup, part 1:
move skins/main1/* to src/skins/main
Index: skin.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/skin.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** skin.py 12 Jul 2003 10:08:11 -0000 1.3
--- skin.py 5 Aug 2003 18:59:21 -0000 1.4
***************
*** 10,13 ****
--- 10,17 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.4 2003/08/05 18:59:21 dischi
+ # Directory cleanup, part 1:
+ # move skins/main1/* to src/skins/main
+ #
# Revision 1.3 2003/07/12 10:08:11 dischi
# load skin only when needed
***************
*** 74,80 ****
if _singleton == None:
# Loads the skin implementation defined in freevo_config.py
! sys.path += [os.path.dirname(config.OSD_SKIN)]
! modname = os.path.basename(config.OSD_SKIN)[:-3]
! exec('import ' + modname + ' as skinimpl')
if DEBUG: print 'Imported skin %s' % config.OSD_SKIN
--- 78,82 ----
if _singleton == None:
# Loads the skin implementation defined in freevo_config.py
! exec('import skins.' + config.OSD_SKIN + '.' + config.OSD_SKIN + ' as
skinimpl')
if DEBUG: print 'Imported skin %s' % config.OSD_SKIN
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog