mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-66819: More IDLE htest updates(4) (#112686)
Mostly double spacing before 'if __name__...'.
This commit is contained in:
parent
5a1b5316af
commit
e5b0db0315
25 changed files with 62 additions and 34 deletions
|
@ -393,6 +393,7 @@ class IOBinding:
|
|||
if self.editwin.flist:
|
||||
self.editwin.update_recent_files_list(filename)
|
||||
|
||||
|
||||
def _io_binding(parent): # htest #
|
||||
from tkinter import Toplevel, Text
|
||||
|
||||
|
@ -430,6 +431,7 @@ def _io_binding(parent): # htest #
|
|||
editwin = MyEditWin(text)
|
||||
IOBinding(editwin)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
from unittest import main
|
||||
main('idlelib.idle_test.test_iomenu', verbosity=2, exit=False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue