summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/util.py
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-12-04 07:08:01 (GMT)
committerGitHub <noreply@github.com>2023-12-04 07:08:01 (GMT)
commit838e968e694f4542fe6cd5a7f9a4d5888094de08 (patch)
treedffe31c967fa33bede2fc322d8f39550fefe8596 /Lib/idlelib/util.py
parent55a4bb99fc4ba85ad7fe2ca5ac99718eace20641 (diff)
downloadcpython-838e968e694f4542fe6cd5a7f9a4d5888094de08.zip
cpython-838e968e694f4542fe6cd5a7f9a4d5888094de08.tar.gz
cpython-838e968e694f4542fe6cd5a7f9a4d5888094de08.tar.bz2
[3.12] gh-66819: More IDLE htest updates(4) (GH-112686) (#112688)
Mostly double spacing before 'if __name__...'. (cherry picked from commit e5b0db0315941b968ebcc2414bfcdd2da44fd3c2) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Lib/idlelib/util.py')
-rw-r--r--Lib/idlelib/util.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/idlelib/util.py b/Lib/idlelib/util.py
index ede670a..5ac69a7 100644
--- a/Lib/idlelib/util.py
+++ b/Lib/idlelib/util.py
@@ -16,6 +16,7 @@ TODO:
# .pyw is for Windows; .pyi is for stub files.
py_extensions = ('.py', '.pyw', '.pyi') # Order needed for open/save dialogs.
+
if __name__ == '__main__':
from unittest import main
main('idlelib.idle_test.test_util', verbosity=2)