Claudiu Popa 628e1a2fb0 Make ReportingHandler a proper base class
Having a method that raises NotImplementedError is usually not ideal,
since the implementations of the class can't delegate control
through super to the parent or to other classes found in the MRO.
Instead, we mark a priori ReportingHandler as a base class, leaving
the implementation of `publish_event` empty.

Change-Id: Id5c442b6998743b1caffbad627847ee5e88f2982
2015-08-05 14:12:22 +03:00
..
2015-05-13 21:26:05 -04:00
2015-05-13 21:26:05 -04:00
2015-07-20 09:33:54 +01:00
2015-06-26 11:16:19 -07:00
2015-06-26 11:16:19 -07:00
2015-06-26 11:16:19 -07:00