]> granicus.if.org Git - python/commitdiff
Minor semantic cleanup.
authorRoger E. Masse <rmasse@newcnri.cnri.reston.va.us>
Fri, 20 Dec 1996 21:47:58 +0000 (21:47 +0000)
committerRoger E. Masse <rmasse@newcnri.cnri.reston.va.us>
Fri, 20 Dec 1996 21:47:58 +0000 (21:47 +0000)
Lib/test/test_imgfile.py

index 11266722feea247e9d6cdad435911dd3728fc585..1b1198de541686cdc6168847ae730917298d0963 100755 (executable)
@@ -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
     """