summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test')
-rwxr-xr-xLib/test/test_gl.py1
-rwxr-xr-xLib/test/test_imageop.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/test_gl.py b/Lib/test/test_gl.py
index be76041..c9264ee 100755
--- a/Lib/test/test_gl.py
+++ b/Lib/test/test_gl.py
@@ -3,6 +3,7 @@
taken mostly from the documentation.
Roger E. Masse
"""
+import unittest
from test.test_support import verbose, import_module
import time
gl = import_module('gl')
diff --git a/Lib/test/test_imageop.py b/Lib/test/test_imageop.py
index 9063b22..56320fb 100755
--- a/Lib/test/test_imageop.py
+++ b/Lib/test/test_imageop.py
@@ -180,6 +180,7 @@ def getimage(name):
"""return a tuple consisting of
image (in 'imgfile' format) width and height
"""
+ import imgfile
try:
sizes = imgfile.getsizes(name)
except imgfile.error: