Lines Matching refs:MacOS
12 import MacOS
26 import MacOS
120 except MacOS.Error, arg:
138 except MacOS.Error:
196 except MacOS.Error, arg:
230 if not MacOS.WMAvailable():
232 # Next, a workaround for a bug in MacOS 10.2: sending events will hang unless
245 cr, tp = MacOS.GetCreatorAndType(fullname)
250 except (MacOS.Error, aetools.Error), arg:
439 creatorsignature, dummy = MacOS.GetCreatorAndType(fname)
485 MacOS.SetCreatorAndType(initfilename, 'Pyth', 'TEXT')
650 MacOS.SetCreatorAndType(self.pathname, 'Pyth', 'TEXT')
660 fp.write('import MacOS\n\n')