diff options
| author | Benjamin Peterson <benjamin@python.org> | 2008-04-30 21:25:55 (GMT) |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2008-04-30 21:25:55 (GMT) |
| commit | 95287fa951ff5b8f1c38e7a9f5e9134acd59a397 (patch) | |
| tree | dbe238da791478a70a97317f43c57d2297a41d6c /Lib/test/test_decimal.py | |
| parent | 655fc7012abdf50e7f827762fb08760fe54b0094 (diff) | |
| download | cpython-95287fa951ff5b8f1c38e7a9f5e9134acd59a397.zip cpython-95287fa951ff5b8f1c38e7a9f5e9134acd59a397.tar.gz cpython-95287fa951ff5b8f1c38e7a9f5e9134acd59a397.tar.bz2 | |
Remove some from __future__ import with_statements
Diffstat (limited to 'Lib/test/test_decimal.py')
| -rw-r--r-- | Lib/test/test_decimal.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_decimal.py b/Lib/test/test_decimal.py index ce6acb6..b0d1205 100644 --- a/Lib/test/test_decimal.py +++ b/Lib/test/test_decimal.py @@ -23,7 +23,6 @@ or Behaviour) to test each part, or without parameter to test both parts. If you're working through IDLE, you can import this test module and call test_main() with the corresponding argument. """ -from __future__ import with_statement import glob import math |
