[Python-checkins] r86730 - python/branches/py3k/Lib/json/tests/test_speedups.py

barry.warsaw python-checkins at python.org
Wed Nov 24 19:18:22 CET 2010


Author: barry.warsaw
Date: Wed Nov 24 19:18:21 2010
New Revision: 86730

Log:
Remove unnecessary import.


Modified:
   python/branches/py3k/Lib/json/tests/test_speedups.py

Modified: python/branches/py3k/Lib/json/tests/test_speedups.py
==============================================================================
--- python/branches/py3k/Lib/json/tests/test_speedups.py	(original)
+++ python/branches/py3k/Lib/json/tests/test_speedups.py	Wed Nov 24 19:18:21 2010
@@ -1,4 +1,3 @@
-import decimal
 from unittest import TestCase
 
 from json import decoder, encoder, scanner


More information about the Python-checkins mailing list