#!/usr/bin/python import os , string from thing import thing import time class thumb(thing): def __init__(self,sdb,parent=''): thing.__init__(self,sdb,parent) self.ftype = 'thumb' def process(self): return True def preview(self): rr = '' return rr