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
7a7db8ca
Commit
7a7db8ca
authored
Dec 07, 2001
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move import dbhash out of test_sundry and into test_bsddb,
so that test_sundry won't fail if the bsddb module is absent.
parent
daeb46d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
Lib/test/test_bsddb.py
Lib/test/test_bsddb.py
+1
-0
Lib/test/test_sundry.py
Lib/test/test_sundry.py
+0
-1
No files found.
Lib/test/test_bsddb.py
View file @
7a7db8ca
...
...
@@ -5,6 +5,7 @@
import
os
import
bsddb
import
dbhash
# Just so we know it's imported
import
tempfile
from
test_support
import
verbose
,
verify
...
...
Lib/test/test_sundry.py
View file @
7a7db8ca
...
...
@@ -25,7 +25,6 @@ try:
except
ImportError
:
if
verbose
:
print
"skipping curses"
import
dbhash
import
dircache
import
dis
import
distutils
...
...
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