From 089eaef2a0a385dc7e3d12184d04ef732ec8b9ac Mon Sep 17 00:00:00 2001 From: Amaury Forgeot d'Arc Date: Thu, 20 Mar 2008 01:10:45 +0000 Subject: [PATCH] Another missing file after merge from trunk. test_import now passes --- Lib/test/relimport.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 Lib/test/relimport.py diff --git a/Lib/test/relimport.py b/Lib/test/relimport.py new file mode 100644 index 000000000000..50aa497f7b19 --- /dev/null +++ b/Lib/test/relimport.py @@ -0,0 +1 @@ +from .test_import import * -- 2.47.3