summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xLib/test/test_imgfile.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/test/test_imgfile.py b/Lib/test/test_imgfile.py
index 11266722fe..1b1198de54 100755
--- a/Lib/test/test_imgfile.py
+++ b/Lib/test/test_imgfile.py
@@ -5,11 +5,11 @@ import imgfile
def main():
- getimage('test.rgb')
- getimage('greytest.rgb')
+ testimage('test.rgb')
+ testimage('greytest.rgb')
-def getimage(name):
+def testimage(name):
"""return a tuple consisting of
image (in 'imgfile' format) width, height, size
"""