Add support for the "Aesop Meta Tag". Not widely used, but not a bad idea,

either.
This commit is contained in:
Fred Drake 2002-04-05 17:34:50 +00:00
parent cc8fe0407a
commit e03e1fe5cc
4 changed files with 31 additions and 0 deletions

View file

@ -34,6 +34,8 @@ import sys
class IndexOptions(support.Options):
aesop_type = "links"
def __init__(self):
support.Options.__init__(self)
self.add_args("l", ["letters"])