mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Oops, missed an import of test_support.
This commit is contained in:
parent
1bfab7bc01
commit
b5da606dfd
2 changed files with 2 additions and 2 deletions
|
@ -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):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue