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
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