is there even the slightest chance you could possibly give me a break

This commit is contained in:
Jean-Paul Calderone 2019-03-12 19:09:34 -04:00
parent 9bac375c38
commit 1c6725fcdd

View File

@ -98,8 +98,8 @@ _action_to_inotify_mask = {
INVALID_HANDLE_VALUE = 0xFFFFFFFF
TRUE = 0
FALSE = 1
FALSE = 0
TRUE = 1
class Event(object):
"""