diff options
author | Brett Cannon <brett@python.org> | 2013-03-13 17:45:33 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2013-03-13 17:45:33 (GMT) |
commit | 8c457d26b1f4423a9435e4f30c0756e362cf3a22 (patch) | |
tree | 9886cd5ae4468c4992f11a78a560703c6571b78d /Lib/test/test_importlib/import_ | |
parent | 4802becb160d76c2e0993ce7e8abbbe23667f91f (diff) | |
download | cpython-8c457d26b1f4423a9435e4f30c0756e362cf3a22.zip cpython-8c457d26b1f4423a9435e4f30c0756e362cf3a22.tar.gz cpython-8c457d26b1f4423a9435e4f30c0756e362cf3a22.tar.bz2 |
Normalize whitespace
Diffstat (limited to 'Lib/test/test_importlib/import_')
-rw-r--r-- | Lib/test/test_importlib/import_/test___loader__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_importlib/import_/test___loader__.py b/Lib/test/test_importlib/import_/test___loader__.py index 0edbcc5..3e0d3dd 100644 --- a/Lib/test/test_importlib/import_/test___loader__.py +++ b/Lib/test/test_importlib/import_/test___loader__.py @@ -41,4 +41,4 @@ class LoaderAttributeTests(unittest.TestCase): if __name__ == '__main__': - unittest.main()
\ No newline at end of file + unittest.main() |