Deprecate the grid table in the wiki_grabber.

This commit is contained in:
Mark de Wever 2010-08-31 21:01:52 +00:00
parent bac01f08aa
commit 0868d8044b

View file

@ -276,6 +276,7 @@ if __name__ == "__main__":
#
# Description is the description for the control, this is all the text
# after the ret_val field.
print "The container grid is deprecated, use the dialog_widgets instead.\n"
idention = r"(-*)"
id = r"(?:(\[)|\()(.*)(?(2)\]|\))"
widget_list = r"\((.+)\)"