Paul Vinciguerra 895e2f8506 Fix inheritance problem in test/hook.py.
Subclasses cannot modify the signature of their constructors.

     def __init__(self, test):
-        super(PollHook, self).__init__(test.logger)
+        super(PollHook, self).__init__(test)

Change-Id: I764df8871128f9198a03fac4ec2f45528547467a
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
2019-02-04 15:37:38 +00:00
..
2019-01-18 19:14:30 +00:00
2019-01-10 21:01:43 +00:00
2018-03-21 00:01:44 +00:00
2019-01-31 22:10:01 +00:00
2018-01-08 01:51:24 -08:00
2019-01-22 05:04:36 +00:00
2018-11-09 23:33:59 +00:00
2019-01-11 18:18:48 +00:00
2018-06-21 19:21:36 +00:00
2019-01-31 20:44:22 +00:00
2018-09-11 16:00:29 +00:00
2018-09-27 12:08:02 +00:00
2018-12-20 12:43:38 +00:00
2018-12-20 12:43:38 +00:00
2018-09-27 12:08:02 +00:00
2018-12-12 00:35:27 +00:00
2018-11-30 07:43:05 +00:00
2018-11-26 09:31:03 +00:00
2019-01-22 14:37:51 +00:00
2018-06-21 19:21:36 +00:00
2018-06-21 19:21:36 +00:00
2019-01-31 20:44:22 +00:00
2019-01-31 20:44:22 +00:00
2019-01-31 20:44:22 +00:00
2019-01-31 20:44:22 +00:00
2018-12-20 12:43:38 +00:00
2018-11-07 12:00:10 +00:00
2018-07-17 08:53:33 +00:00
2018-11-15 17:23:18 +00:00
2018-11-26 19:53:39 +00:00
2018-09-11 16:00:29 +00:00
2018-12-20 12:43:38 +00:00
2018-12-20 12:43:38 +00:00
2018-12-20 12:43:38 +00:00
2017-06-21 01:29:37 +00:00
2019-01-21 15:33:00 +00:00
2018-09-14 18:21:43 +00:00
2019-01-31 20:44:22 +00:00
2018-06-19 16:32:11 +00:00
2018-04-13 08:48:00 +00:00