summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_rgbimg.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_rgbimg.py')
-rw-r--r--Lib/test/test_rgbimg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_rgbimg.py b/Lib/test/test_rgbimg.py
index b632cd0..010b3b5 100644
--- a/Lib/test/test_rgbimg.py
+++ b/Lib/test/test_rgbimg.py
@@ -2,7 +2,7 @@
import rgbimg, os, uu
-from test_support import verbose, unlink, findfile
+from test.test_support import verbose, unlink, findfile
class error(Exception):
pass