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