X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fbindings%2Fpython%2Fbt2%2Futils.py;h=3e66976114a438d296a612d55da689a4f0183b27;hb=2287be693cc8d520e448b1f9ee80c9800b8daf1e;hp=7707a531d1a7576c9d32328dda43cf2ed831eea1;hpb=786c8e1496ce28045e70f982ee01881a31e4760b;p=babeltrace.git diff --git a/tests/bindings/python/bt2/utils.py b/tests/bindings/python/bt2/utils.py index 7707a531..3e669761 100644 --- a/tests/bindings/python/bt2/utils.py +++ b/tests/bindings/python/bt2/utils.py @@ -19,6 +19,7 @@ import bt2 import collections.abc + # Run callable `func` in the context of a component's __init__ method. The # callable is passed the Component being instantiated. #