summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-03-20 01:10:45 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-03-20 01:10:45 (GMT)
commit089eaef2a0a385dc7e3d12184d04ef732ec8b9ac (patch)
treedbc0c28261228506afd27cdcd48e5ba761a8df70
parent0a665ce9f741ac8eac422ad56f63935727c96abf (diff)
downloadcpython-089eaef2a0a385dc7e3d12184d04ef732ec8b9ac.zip
cpython-089eaef2a0a385dc7e3d12184d04ef732ec8b9ac.tar.gz
cpython-089eaef2a0a385dc7e3d12184d04ef732ec8b9ac.tar.bz2
Another missing file after merge from trunk.
test_import now passes
-rw-r--r--Lib/test/relimport.py1
1 files changed, 1 insertions, 0 deletions
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 *