()
| 817 | |
| 818 | |
| 819 | def setUpModule(): |
| 820 | wantobjects = support.get_resource_value('wantobjects') |
| 821 | if wantobjects is not None: |
| 822 | unittest.enterModuleContext( |
| 823 | support.swap_attr(tkinter, 'wantobjects', int(wantobjects))) |
| 824 | if support.verbose: |
| 825 | tcl = Tcl() |
| 826 | print('patchlevel =', tcl.call('info', 'patchlevel'), flush=True) |
| 827 | |
| 828 | |
| 829 | if __name__ == "__main__": |