X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Fbindings%2Fpython%2Fbt2%2Ftest_graph.py;h=744f6429274662c23ae5370cbb075d9ae93b5b04;hp=347f8803dba0768e946e9b2de59e81f7fe78958f;hb=8d8b141db4c46135a35be19e4a1c192f6a36d67b;hpb=1726ac08cb44c6268d16c79c85e196112e3814b1 diff --git a/tests/bindings/python/bt2/test_graph.py b/tests/bindings/python/bt2/test_graph.py index 347f8803..744f6429 100644 --- a/tests/bindings/python/bt2/test_graph.py +++ b/tests/bindings/python/bt2/test_graph.py @@ -21,7 +21,7 @@ import bt2 class _MyIter(bt2._UserMessageIterator): - def __init__(self, self_output_port): + def __init__(self, config, self_output_port): self._build_meta() self._at = 0