Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
ac03b9c7
Commit
ac03b9c7
authored
Jun 11, 2006
by
Neal Norwitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
warnings was imported at module scope, no need to import again
parent
7e564d3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Lib/test/regrtest.py
Lib/test/regrtest.py
+1
-1
No files found.
Lib/test/regrtest.py
View file @
ac03b9c7
...
@@ -684,7 +684,7 @@ def dash_R(the_module, test, indirect_test, huntrleaks):
...
@@ -684,7 +684,7 @@ def dash_R(the_module, test, indirect_test, huntrleaks):
def
dash_R_cleanup
(
fs
,
ps
,
pic
):
def
dash_R_cleanup
(
fs
,
ps
,
pic
):
import
gc
,
copy_reg
import
gc
,
copy_reg
import
_strptime
,
linecache
,
warnings
,
dircache
import
_strptime
,
linecache
,
dircache
import
urlparse
,
urllib
,
urllib2
,
mimetypes
,
doctest
import
urlparse
,
urllib
,
urllib2
,
mimetypes
,
doctest
import
struct
,
filecmp
import
struct
,
filecmp
from
distutils.dir_util
import
_path_created
from
distutils.dir_util
import
_path_created
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment