diff options
Diffstat (limited to 'Lib/test/test_imp.py')
-rw-r--r-- | Lib/test/test_imp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_imp.py b/Lib/test/test_imp.py index 1cd7c8a02e..44a2d9cc1a 100644 --- a/Lib/test/test_imp.py +++ b/Lib/test/test_imp.py @@ -452,4 +452,4 @@ class NullImporterTests(unittest.TestCase): if __name__ == "__main__": - unittest.main()
\ No newline at end of file + unittest.main() |