diff options
| author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-03-20 01:10:45 (GMT) |
|---|---|---|
| committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-03-20 01:10:45 (GMT) |
| commit | 089eaef2a0a385dc7e3d12184d04ef732ec8b9ac (patch) | |
| tree | dbc0c28261228506afd27cdcd48e5ba761a8df70 /Lib/test/relimport.py | |
| parent | 0a665ce9f741ac8eac422ad56f63935727c96abf (diff) | |
| download | cpython-089eaef2a0a385dc7e3d12184d04ef732ec8b9ac.zip cpython-089eaef2a0a385dc7e3d12184d04ef732ec8b9ac.tar.gz cpython-089eaef2a0a385dc7e3d12184d04ef732ec8b9ac.tar.bz2 | |
Another missing file after merge from trunk.
test_import now passes
Diffstat (limited to 'Lib/test/relimport.py')
| -rw-r--r-- | Lib/test/relimport.py | 1 |
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 * |
