mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Add a missing import.
This commit is contained in:
parent
84fedf7f06
commit
7224350656
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue