mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Minor semantic cleanup.
This commit is contained in:
parent
e9e0bd90ae
commit
3507f502c9
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue