summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2010-08-08 17:12:46 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2010-08-08 17:12:46 (GMT)
commit93d768d6328ae6c0a7dd207e5b1790df6686fd62 (patch)
tree1465c36677d6cf6e10fe83cae5268eff3651e09b /Lib
parent4e7f2852520a3a417608f21d0172d16300b3979f (diff)
downloadcpython-93d768d6328ae6c0a7dd207e5b1790df6686fd62.zip
cpython-93d768d6328ae6c0a7dd207e5b1790df6686fd62.tar.gz
cpython-93d768d6328ae6c0a7dd207e5b1790df6686fd62.tar.bz2
Remove unused import.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_strtod.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_strtod.py b/Lib/test/test_strtod.py
index 127e868..c30ce60 100644
--- a/Lib/test/test_strtod.py
+++ b/Lib/test/test_strtod.py
@@ -2,7 +2,6 @@
# introduced in Python 2.7 and 3.1.
import random
-import struct
import unittest
import re
import sys