From 04836695e7aeb2cc9de6e67d0049674d445912c9 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Fri, 17 Aug 2012 10:57:12 -0400 Subject: [PATCH] cc-4228: comment explaining why we aren't doing something that would normally make sense --- python_apps/media-monitor2/media/monitor/events.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python_apps/media-monitor2/media/monitor/events.py b/python_apps/media-monitor2/media/monitor/events.py index 4260e2cc3..2495f925a 100644 --- a/python_apps/media-monitor2/media/monitor/events.py +++ b/python_apps/media-monitor2/media/monitor/events.py @@ -95,6 +95,7 @@ class BaseEvent(Loggable): self._raw_event = evt self.path = evt.path self.__class__ = evt.__class__ + # We don't transfer the _pack_hook over to the new event return self class FakePyinotify(object):