Issue #2400: Allow relative imports to "import *".
diff --git a/Lib/test/relimport.py b/Lib/test/relimport.py
new file mode 100644
index 0000000..50aa497
--- /dev/null
+++ b/Lib/test/relimport.py
@@ -0,0 +1 @@
+from .test_import import *