]> granicus.if.org Git - python/commitdiff
Add a missing import.
authorGeorg Brandl <georg@python.org>
Sat, 6 Feb 2010 23:02:29 +0000 (23:02 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 6 Feb 2010 23:02:29 +0000 (23:02 +0000)
Lib/test/test_dl.py

index a3f04ea781e050d825be54305a150a71701cc8cb..6069a77bf1a7f6c130632f722ec0d1699e58a809 100755 (executable)
@@ -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)