mirror of https://github.com/python/cpython
Add a missing import.
This commit is contained in:
parent
84fedf7f06
commit
7224350656
|
@ -2,6 +2,7 @@
|
|||
"""Test dlmodule.c
|
||||
Roger E. Masse revised strategy by Barry Warsaw
|
||||
"""
|
||||
import unittest
|
||||
from test.test_support import verbose, import_module
|
||||
dl = import_module('dl', deprecated=True)
|
||||
|
||||
|
|
Loading…
Reference in New Issue