]> granicus.if.org Git - python/commitdiff
joinfields -> join.
authorEric S. Raymond <esr@thyrsus.com>
Fri, 9 Feb 2001 17:05:53 +0000 (17:05 +0000)
committerEric S. Raymond <esr@thyrsus.com>
Fri, 9 Feb 2001 17:05:53 +0000 (17:05 +0000)
Lib/test/test_imgfile.py

index 26f6186b83f2c15754f00e212b06cd89c40c77c0..e99b75873f300f66486d64b22b6d90fea84178b7 100755 (executable)
@@ -48,7 +48,7 @@ def testimage(name):
 
         parts = ourname.split(os.sep)
         parts[-1] = name
-        name = os.sep.joinfields(parts)
+        name = os.sep.join(parts)
         sizes = imgfile.getsizes(name)
     if verbose:
         print 'Opening test image: %s, sizes: %s' % (name, str(sizes))