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
b5da606d
Commit
b5da606d
authored
Jul 23, 2002
by
Barry Warsaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Oops, missed an import of test_support.
parent
1bfab7bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Lib/test/test_bsddb.py
Lib/test/test_bsddb.py
+1
-1
Lib/test/test_fork1.py
Lib/test/test_fork1.py
+1
-1
No files found.
Lib/test/test_bsddb.py
View file @
b5da606d
...
...
@@ -6,7 +6,7 @@ import os
import
bsddb
import
dbhash
# Just so we know it's imported
import
tempfile
from
test_support
import
verbose
,
verify
from
test
.test
_support
import
verbose
,
verify
def
test
(
openmethod
,
what
,
ondisk
=
1
):
...
...
Lib/test/test_fork1.py
View file @
b5da606d
...
...
@@ -11,7 +11,7 @@ the same application, the present example should work just fine. DC
"""
import
os
,
sys
,
time
,
thread
from
test_support
import
verify
,
verbose
,
TestSkipped
from
test
.test
_support
import
verify
,
verbose
,
TestSkipped
try
:
os
.
fork
...
...
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