Exemplo n.º 1
0
 def __init__(self, parser, dir):
     self.parser = parser
     if not os.path.isdir(dir):
         raise Exception("CachingEntityResolver: no such directory: %s" %
                         dir)
     self.cache = URLCache(dir)