Kaydet (Commit) b5da606d authored tarafından Barry Warsaw's avatar Barry Warsaw

Oops, missed an import of test_support.

üst 1bfab7bc
...@@ -6,7 +6,7 @@ import os ...@@ -6,7 +6,7 @@ import os
import bsddb import bsddb
import dbhash # Just so we know it's imported import dbhash # Just so we know it's imported
import tempfile import tempfile
from test_support import verbose, verify from test.test_support import verbose, verify
def test(openmethod, what, ondisk=1): def test(openmethod, what, ondisk=1):
......
...@@ -11,7 +11,7 @@ the same application, the present example should work just fine. DC ...@@ -11,7 +11,7 @@ the same application, the present example should work just fine. DC
""" """
import os, sys, time, thread import os, sys, time, thread
from test_support import verify, verbose, TestSkipped from test.test_support import verify, verbose, TestSkipped
try: try:
os.fork os.fork
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment