diff options
| author | Martin v. Löwis <martin@v.loewis.de> | 2008-03-19 04:39:13 (GMT) |
|---|---|---|
| committer | Martin v. Löwis <martin@v.loewis.de> | 2008-03-19 04:39:13 (GMT) |
| commit | a4d77898db3856cd3d8c9411d024bea88be25b66 (patch) | |
| tree | da46cbbc8815fe69cadc7a44146970a56439b05c /Lib/test/relimport.py | |
| parent | de48d8406feb997fefdbad7fbdbf43f918805f2e (diff) | |
| download | cpython-a4d77898db3856cd3d8c9411d024bea88be25b66.zip cpython-a4d77898db3856cd3d8c9411d024bea88be25b66.tar.gz cpython-a4d77898db3856cd3d8c9411d024bea88be25b66.tar.bz2 | |
Issue #2400: Allow relative imports to "import *".
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 * |
