summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/browser.py
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-12-04 06:59:19 (GMT)
committerGitHub <noreply@github.com>2023-12-04 06:59:19 (GMT)
commit5ada3e5e91487e010f5377329b9aa12247d77cfb (patch)
treeca76fedb57cf429e3a460c4d4fa220294701bcd1 /Lib/idlelib/browser.py
parente347a8e0e3c00ef726ae627686771aadd74fc967 (diff)
downloadcpython-5ada3e5e91487e010f5377329b9aa12247d77cfb.zip
cpython-5ada3e5e91487e010f5377329b9aa12247d77cfb.tar.gz
cpython-5ada3e5e91487e010f5377329b9aa12247d77cfb.tar.bz2
[3.11] gh-66819: More IDLE htest updates(4) (GH-112686) (#112689)
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/browser.py')
-rw-r--r--Lib/idlelib/browser.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/idlelib/browser.py b/Lib/idlelib/browser.py
index 672e229..8b9060e 100644
--- a/Lib/idlelib/browser.py
+++ b/Lib/idlelib/browser.py
@@ -250,6 +250,7 @@ def _module_browser(parent): # htest #
class Nested_in_closure: pass
ModuleBrowser(parent, file, _htest=True)
+
if __name__ == "__main__":
if len(sys.argv) == 1: # If pass file on command line, unittest fails.
from unittest import main