Oops, this file wasn't 8-bit-clean yet. Fixed.
This commit is contained in:
parent
d68d9295fe
commit
cb100d16e3
|
@ -121,7 +121,7 @@ def update(file):
|
||||||
#
|
#
|
||||||
|
|
||||||
def comment(object, comment=None):
|
def comment(object, comment=None):
|
||||||
"""comment: get or set the Finder-comment of the item, displayed in the –Get Info” window."""
|
"""comment: get or set the Finder-comment of the item, displayed in the 'Get Info' window."""
|
||||||
object = macfs.FSSpec(object)
|
object = macfs.FSSpec(object)
|
||||||
fss = macfs.FSSpec(object)
|
fss = macfs.FSSpec(object)
|
||||||
object_alias = fss.NewAlias()
|
object_alias = fss.NewAlias()
|
||||||
|
@ -756,7 +756,7 @@ def _test():
|
||||||
sys.stdin.readline()
|
sys.stdin.readline()
|
||||||
|
|
||||||
def _test2():
|
def _test2():
|
||||||
print '\nmorefindertools version %s\nTests coming upƒ' %__version__
|
print '\nmorefindertools version %s\nTests coming up...' %__version__
|
||||||
import os
|
import os
|
||||||
import random
|
import random
|
||||||
|
|
||||||
|
@ -800,7 +800,7 @@ def _test2():
|
||||||
pos = (100+i*10, 100+i*10)
|
pos = (100+i*10, 100+i*10)
|
||||||
windowposition(base, pos)
|
windowposition(base, pos)
|
||||||
print '\twindow position', pos
|
print '\twindow position', pos
|
||||||
windowposition(base, orgpos) # park it where it was beforeƒ
|
windowposition(base, orgpos) # park it where it was before
|
||||||
|
|
||||||
print 'Put a comment in file', f, ':'
|
print 'Put a comment in file', f, ':'
|
||||||
print '\t', comment(f) # print the Finder comment this file has
|
print '\t', comment(f) # print the Finder comment this file has
|
||||||
|
|
Loading…
Reference in New Issue