from objc import YES, NO, lookUpClass UKKQueue = lookUpClass("UKKQueue") NOTE_DELETE = 0x0001 NOTE_WRITE = 0x0002 NOTE_EXTEND = 0x0004 NOTE_ATTRIB = 0x0008 NOTE_LINK = 0x0010 NOTE_RENAME = 0x0020 NOTE_REVOKE = 0x0040 UKKQueueFileRenamedNotification = u"UKKQueueFileRenamedNotification" UKKQueueFileWrittenToNotification = u"UKKQueueFileWrittenToNotification" UKKQueueFileDeletedNotification = u"UKKQueueFileDeletedNotification" UKKQueueFileAttributesChangedNotification = u"UKKQueueFileAttributesChangedNotification" UKKQueueFileSizeIncreasedNotification = u"UKKQueueFileSizeIncreasedNotification" UKKQueueFileLinkCountChangedNotification = u"UKKQueueFileLinkCountChangedNotification" UKKQueueFileAccessRevocationNotification = u"UKKQueueFileAccessRevocationNotification"