Move to kernel style SPDX license identifiers
[babeltrace.git] / tests / data / auto-source-discovery / params-log-level / bt_plugin_test.py
index c39db50ffb95c9a40a65cd54190a60392dd62386..4464cc6b1c8afbf9e56bb2ad7d3df8075d73ce4c 100644 (file)
@@ -1,3 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0-only
+#
+# Copyright (C) 2019 EfficiOS Inc.
+#
+
 import bt2
 import os
 
@@ -12,7 +17,7 @@ import os
 
 
 class TestIter(bt2._UserMessageIterator):
-    def __init__(self, output_port):
+    def __init__(self, config, output_port):
         params = output_port.user_data['params']
         obj = output_port.user_data['obj']
 
This page took 0.023261 seconds and 4 git commands to generate.