more generic changes to the GraphViz base class

svn: r9579
This commit is contained in:
Stéphane Charette
2007-12-25 01:57:45 +00:00
parent 36fe125220
commit 5f077e4795
4 changed files with 465 additions and 408 deletions

View File

@@ -364,7 +364,7 @@ class EnumeratedListOption(Option):
"""
Option.__init__(self,label,value)
self.__items = []
def add_item(self,value,description):
"""
Add an item to the list of possible values.