cc-4228: comment explaining why we aren't doing something that would normally make sense

This commit is contained in:
Rudi Grinberg 2012-08-17 10:57:12 -04:00
parent 2ec3e9f72f
commit 04836695e7
1 changed files with 1 additions and 0 deletions

View File

@ -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):