diff options
Diffstat (limited to 'Lib/test/test_future.py')
-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 36a1346..1ffda5e 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)) - |