Author: duncan Date: Mon Dec 4 16:40:47 2006 New Revision: 8701 Modified: branches/rel-1/freevo/src/www/htdocs/library.rpy
Log: Replaced PIL with kaa.imlib2 Modified: branches/rel-1/freevo/src/www/htdocs/library.rpy ============================================================================== --- branches/rel-1/freevo/src/www/htdocs/library.rpy (original) +++ branches/rel-1/freevo/src/www/htdocs/library.rpy Mon Dec 4 16:40:47 2006 @@ -38,7 +38,7 @@ import util.fxdparser as fxdparser import util.mediainfo import tv.record_client as ri -import Image +import kaa.imlib2 as Image from www.web_types import HTMLResource, FreevoResource from twisted.web import static ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Freevo-cvslog mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog
