From b762600d48c7a003e65c5430874ecf96d531d9a9 Mon Sep 17 00:00:00 2001 From: Aeros <44193521+aeros167@users.noreply.github.com> Date: Fri, 21 Jun 2019 22:41:10 -0400 Subject: [PATCH] Moved "test_pkgimport" from Lib/test/ to Lib/test/test_importlib/ Also renamed the file to "test_pkg_import" to better follow the naming convention. Component of https://bugs.python.org/issue19696. --- Lib/test/{test_pkgimport.py => test_importlib/test_pkg_import.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Lib/test/{test_pkgimport.py => test_importlib/test_pkg_import.py} (100%) diff --git a/Lib/test/test_pkgimport.py b/Lib/test/test_importlib/test_pkg_import.py similarity index 100% rename from Lib/test/test_pkgimport.py rename to Lib/test/test_importlib/test_pkg_import.py