diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2010-08-08 17:12:46 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2010-08-08 17:12:46 (GMT) |
commit | 93d768d6328ae6c0a7dd207e5b1790df6686fd62 (patch) | |
tree | 1465c36677d6cf6e10fe83cae5268eff3651e09b /Lib | |
parent | 4e7f2852520a3a417608f21d0172d16300b3979f (diff) | |
download | cpython-93d768d6328ae6c0a7dd207e5b1790df6686fd62.zip cpython-93d768d6328ae6c0a7dd207e5b1790df6686fd62.tar.gz cpython-93d768d6328ae6c0a7dd207e5b1790df6686fd62.tar.bz2 |
Remove unused import.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_strtod.py | 1 |
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 |