diff options
-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 * |