projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc1be6d
)
Remove unnecessary import.
author
Barry Warsaw
<barry@python.org>
Wed, 24 Nov 2010 18:18:21 +0000
(18:18 +0000)
committer
Barry Warsaw
<barry@python.org>
Wed, 24 Nov 2010 18:18:21 +0000
(18:18 +0000)
Lib/json/tests/test_speedups.py
patch
|
blob
|
history
diff --git
a/Lib/json/tests/test_speedups.py
b/Lib/json/tests/test_speedups.py
index 94381548a70431d9fb220c76ff7a513f4f745b97..271840978c554af0066f147964f35849eb8c08ae 100644
(file)
--- a/
Lib/json/tests/test_speedups.py
+++ b/
Lib/json/tests/test_speedups.py
@@
-1,4
+1,3
@@
-import decimal
from unittest import TestCase
from json import decoder, encoder, scanner