diff options
Diffstat (limited to 'Lib/test/imp_dummy.py')
-rw-r--r-- | Lib/test/imp_dummy.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/test/imp_dummy.py b/Lib/test/imp_dummy.py new file mode 100644 index 0000000..2a4deb4 --- /dev/null +++ b/Lib/test/imp_dummy.py @@ -0,0 +1,3 @@ +# Fodder for test of issue24748 in test_imp + +dummy_name = True |