Author: dmeyer
Date: Fri Feb 24 17:37:57 2006
New Revision: 1216

Modified:
   trunk/WIP/vfs/src/item.py

Log:
Why did I wrote epg2? Thumb2!

Modified: trunk/WIP/vfs/src/item.py
==============================================================================
--- trunk/WIP/vfs/src/item.py   (original)
+++ trunk/WIP/vfs/src/item.py   Fri Feb 24 17:37:57 2006
@@ -37,7 +37,7 @@
 import stat
 
 # kaa imports
-import kaa.epg2
+import kaa.thumb2
 
 UNKNOWN = -1
 
@@ -93,7 +93,7 @@
     
     def getattr(self, key):
         if key == 'thumbnail' and hasattr(self, 'filename'):
-            return kaa.epg2.Thumbnail(self.filename, url=self.url)
+            return kaa.thumb2.Thumbnail(self.filename, url=self.url)
         
         # FIXME: make sure we have db data
         if self._vfs_data.has_key(key):


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to