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