Oops, this file wasn't 8-bit-clean yet. Fixed.
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 21 Jan 2003 15:30:21 +0000 (15:30 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 21 Jan 2003 15:30:21 +0000 (15:30 +0000)
Lib/plat-mac/findertools.py

index aeb6b93d4d2b99a9e559331b6b8c8e12fa4db6e3..07e636378a87c54c73ec432ea280aa45bc15c15f 100644 (file)
@@ -121,7 +121,7 @@ def update(file):
 #
 
 def comment(object, comment=None):
-       """comment: get or set the Finder-comment of the item, displayed in the \96Get Info\94 window."""
+       """comment: get or set the Finder-comment of the item, displayed in the 'Get Info' window."""
        object = macfs.FSSpec(object)
        fss = macfs.FSSpec(object)
        object_alias = fss.NewAlias()
@@ -756,7 +756,7 @@ def _test():
                sys.stdin.readline()
 
 def _test2():
-       print '\nmorefindertools version %s\nTests coming up\83' %__version__
+       print '\nmorefindertools version %s\nTests coming up...' %__version__
        import os
        import random
 
@@ -800,7 +800,7 @@ def _test2():
                pos = (100+i*10, 100+i*10)
                windowposition(base, pos)
                print '\twindow position', pos
-       windowposition(base, orgpos)    # park it where it was before\83
+       windowposition(base, orgpos)    # park it where it was before
 
        print 'Put a comment in file', f, ':'
        print '\t', comment(f)          # print the Finder comment this file has