mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Oops, missed an import of test_support.
This commit is contained in:
@@ -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):
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user