From 3507f502c932585f07f46d8b21a23984329bdfa9 Mon Sep 17 00:00:00 2001 From: "Roger E. Masse" Date: Fri, 20 Dec 1996 21:47:58 +0000 Subject: [PATCH] Minor semantic cleanup. --- Lib/test/test_imgfile.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Lib/test/test_imgfile.py b/Lib/test/test_imgfile.py index 11266722feea..1b1198de5416 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 """ -- 2.47.3