commit | d3c52de557546cf2381e27b7fc9b86676fec9a9d | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Sun Jun 11 07:26:50 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Sun Jun 11 07:26:50 2006 +0000 |
tree | 3c390c3aa14d88a876579f379e91880563115d89 | |
parent | f992a2b11e5fdcddbb6ef834a0601e1ac6307409 [diff] [blame] |
warnings was imported at module scope, no need to import again
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 023ad9a..8db90f7 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py
@@ -684,7 +684,7 @@ def dash_R_cleanup(fs, ps, pic): import gc, copy_reg - import _strptime, linecache, warnings, dircache + import _strptime, linecache, dircache import urlparse, urllib, urllib2, mimetypes, doctest import struct, filecmp from distutils.dir_util import _path_created