From 7224350656f976ea34045c4e5bb9a2d2184d450c Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 6 Feb 2010 23:02:29 +0000 Subject: Add a missing import. --- Lib/test/test_dl.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/test_dl.py b/Lib/test/test_dl.py index a3f04ea..6069a77 100755 --- a/Lib/test/test_dl.py +++ b/Lib/test/test_dl.py @@ -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) -- cgit v0.12