bt2: rename `_Generic*ComponentClass` -> `_*ComponentClass`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 24 Jul 2019 18:04:07 +0000 (14:04 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 25 Jul 2019 18:04:47 +0000 (14:04 -0400)
commit68e606effd31ee0b35d243f0c406c8af0f4a7b17
treee878e98cb9fa6e5c2ff7636c4c3593daaffd178a
parenta635e50750a3c1e8907b38c8311dc0b8bb0f09c3
bt2: rename `_Generic*ComponentClass` -> `_*ComponentClass`

Those are public names, in that they exist within the `bt2` package, so
those simpler names feel more natural.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I9f762e44a8cb1560194c33a3f0be17eb3475f97c
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1767
Tested-by: jenkins <jenkins@lttng.org>
src/bindings/python/bt2/bt2/__init__.py.in
src/bindings/python/bt2/bt2/component.py
src/bindings/python/bt2/bt2/graph.py
src/bindings/python/bt2/bt2/query_executor.py
tests/bindings/python/bt2/test_component_class.py
This page took 0.024694 seconds and 4 git commands to generate.