From 80097e089ba22a42d804e65fbbcf35e5e49eed00 Mon Sep 17 00:00:00 2001 From: Kyle Stanley <44193521+aeros167@users.noreply.github.com> Date: Fri, 28 Jun 2019 15:37:11 -0400 Subject: [PATCH] bpo-19696: Moved "test_pkgimport.py" to dir "test_importlib" (GH-14303) Also renamed the file to "test_pkg_import.py" to better follow the naming convention. Component of issue 19696. 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