summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_importlib.py')
-rw-r--r--Lib/test/test_importlib.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/Lib/test/test_importlib.py b/Lib/test/test_importlib.py
deleted file mode 100644
index 6ed0585..0000000
--- a/Lib/test/test_importlib.py
+++ /dev/null
@@ -1,5 +0,0 @@
-from importlib.test.__main__ import test_main
-
-
-if __name__ == '__main__':
- test_main()