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