Add a missing import.

This commit is contained in:
Georg Brandl 2010-02-06 23:02:29 +00:00
parent 84fedf7f06
commit 7224350656
1 changed files with 1 additions and 0 deletions

View File

@ -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)