@@ -296,16 +296,6 @@ def _wrapper(parent): # htest #
|
296 | 296 | "Check that exc_value, exc_tb, and exc_type are correct.\n" |
297 | 297 | } |
298 | 298 | |
299 | | -_tabbed_pages_spec = { |
300 | | -'file': 'tabbedpages', |
301 | | -'kwds': {}, |
302 | | -'msg': "Toggle between the two tabs 'foo' and 'bar'\n" |
303 | | -"Add a tab by entering a suitable name for it.\n" |
304 | | -"Remove an existing tab by entering its name.\n" |
305 | | -"Remove all existing tabs.\n" |
306 | | -"<nothing> is an invalid add page and remove page name.\n" |
307 | | - } |
308 | | - |
309 | 299 | _tooltip_spec = { |
310 | 300 | 'file': 'tooltip', |
311 | 301 | 'kwds': {}, |
|