Example #1
0
 def visit_author(self, node):
     if not self.headers.has_key('author'):
         self.headers['author'] = self.encode(node.astext())
     HTMLTranslator.visit_author(self, node)