diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-03-01 08:31:39 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-03-01 08:31:39 +0000 |
commit | 2813ca95862e4f9d739dd66c1be9890364a579c2 (patch) | |
tree | 73b9c88c505cabca3d60c27b4e467c4ef3bf3cb9 | |
parent | 1f483cd801e91b6a914b73ca38a5b953a7ff41b1 (diff) | |
download | cpython-2813ca95862e4f9d739dd66c1be9890364a579c2.tar.gz |
Whitespace normalization.
-rw-r--r-- | Lib/test/test_future.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_future.py b/Lib/test/test_future.py index 36a13460f6..1ffda5e36f 100644 --- a/Lib/test/test_future.py +++ b/Lib/test/test_future.py @@ -42,4 +42,3 @@ try: import test_future7 except SyntaxError, msg: check_error_location(str(msg)) - |