bt2: Rename files to use singular form
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 26 Apr 2019 19:26:51 +0000 (15:26 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 04:12:56 +0000 (00:12 -0400)
commitd45bb761110b230cfe9e6ca1fcba00c6a19b3466
tree5882d4c00435fc16d1855acaccd5163224901af9
parent94e9aa8e3dfdd037099075b26b91329a961fb584
bt2: Rename files to use singular form

I am mildly annoyed that most Python files use the singular form of the
concept they are related too (component.py, event.py) but others use the
plural form (fields.py, values.py).

Change this to consistently use the singular.

Change-Id: I1a33c47ec45ef3359025e0a66f01eaefc09fecdf
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.gerrithub.io/c/eepp/babeltrace/+/452257
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Tested-by: Philippe Proulx <eeppeliteloop@gmail.com>
34 files changed:
bindings/python/bt2/Makefile.am
bindings/python/bt2/bt2/__init__.py.in
bindings/python/bt2/bt2/component.py
bindings/python/bt2/bt2/ctf_writer.py
bindings/python/bt2/bt2/event.py
bindings/python/bt2/bt2/event_class.py
bindings/python/bt2/bt2/field.py [new file with mode: 0644]
bindings/python/bt2/bt2/field_class.py
bindings/python/bt2/bt2/fields.py [deleted file]
bindings/python/bt2/bt2/packet.py
bindings/python/bt2/bt2/query_executor.py
bindings/python/bt2/bt2/trace.py
bindings/python/bt2/bt2/value.py [new file with mode: 0644]
bindings/python/bt2/bt2/values.py [deleted file]
tests/bindings/python/bt2/test_component.py
tests/bindings/python/bt2/test_component_class.py
tests/bindings/python/bt2/test_connection.py
tests/bindings/python/bt2/test_event.py
tests/bindings/python/bt2/test_event_class.py
tests/bindings/python/bt2/test_field.py [new file with mode: 0644]
tests/bindings/python/bt2/test_field_class.py
tests/bindings/python/bt2/test_fields.py [deleted file]
tests/bindings/python/bt2/test_graph.py
tests/bindings/python/bt2/test_message.py
tests/bindings/python/bt2/test_message_iterator.py
tests/bindings/python/bt2/test_packet.py
tests/bindings/python/bt2/test_plugin.py
tests/bindings/python/bt2/test_port.py
tests/bindings/python/bt2/test_query_executor.py
tests/bindings/python/bt2/test_stream.py
tests/bindings/python/bt2/test_stream_class.py
tests/bindings/python/bt2/test_trace.py
tests/bindings/python/bt2/test_value.py [new file with mode: 0644]
tests/bindings/python/bt2/test_values.py [deleted file]
This page took 0.027838 seconds and 5 git commands to generate.