commit | 089eaef2a0a385dc7e3d12184d04ef732ec8b9ac | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Thu Mar 20 01:10:45 2008 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Thu Mar 20 01:10:45 2008 +0000 |
tree | dbc0c28261228506afd27cdcd48e5ba761a8df70 | |
parent | 0a665ce9f741ac8eac422ad56f63935727c96abf [diff] [blame] |
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 0000000..50aa497 --- /dev/null +++ b/Lib/test/relimport.py
@@ -0,0 +1 @@ +from .test_import import *