diff options
Diffstat (limited to 'Tools/scripts/freeze_modules.py')
-rw-r--r-- | Tools/scripts/freeze_modules.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Tools/scripts/freeze_modules.py b/Tools/scripts/freeze_modules.py index b0c953159dc..58d13985608 100644 --- a/Tools/scripts/freeze_modules.py +++ b/Tools/scripts/freeze_modules.py @@ -69,10 +69,9 @@ FROZEN = [ 'stat', ]), ('runpy - run module with -m', [ - "types", "importlib.util", "importlib.machinery", - "runpy" + "runpy", ]), (TESTS_SECTION, [ '__hello__', |