commit | 93d768d6328ae6c0a7dd207e5b1790df6686fd62 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sun Aug 08 17:12:46 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sun Aug 08 17:12:46 2010 +0000 |
tree | 1465c36677d6cf6e10fe83cae5268eff3651e09b | |
parent | 4e7f2852520a3a417608f21d0172d16300b3979f [diff] |
Remove unused import.
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