From: Amaury Forgeot d'Arc Date: Thu, 20 Mar 2008 01:10:45 +0000 (+0000) Subject: Another missing file after merge from trunk. X-Git-Tag: v3.0a4~103 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=089eaef2a0a385dc7e3d12184d04ef732ec8b9ac;p=thirdparty%2FPython%2Fcpython.git Another missing file after merge from trunk. test_import now passes --- 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 *