diff options
| author | Steve Dower <steve.dower@microsoft.com> | 2015-09-07 05:31:26 (GMT) |
|---|---|---|
| committer | Steve Dower <steve.dower@microsoft.com> | 2015-09-07 05:31:26 (GMT) |
| commit | 45fd95155fb98021dad3c88db15ebe4e939577bf (patch) | |
| tree | 4950b34540ccdc6faa75dce7c5a72cff083ec3e5 /Lib/test/imp_dummy.py | |
| parent | 1b8be1fbe5554ff7d145fd7596b07940249ee53f (diff) | |
| parent | eeeff706e51fa51ce6227f32e4c00025344ee7df (diff) | |
| download | cpython-45fd95155fb98021dad3c88db15ebe4e939577bf.zip cpython-45fd95155fb98021dad3c88db15ebe4e939577bf.tar.gz cpython-45fd95155fb98021dad3c88db15ebe4e939577bf.tar.bz2 | |
Merge from 3.5
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 |
