From: Roger E. Masse Date: Fri, 20 Dec 1996 21:47:58 +0000 (+0000) Subject: Minor semantic cleanup. X-Git-Tag: v1.5a1~670 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3507f502c932585f07f46d8b21a23984329bdfa9;p=thirdparty%2FPython%2Fcpython.git Minor semantic cleanup. --- 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 """