Move Python bindings to babeltrace subfolder
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 11 May 2016 19:47:35 +0000 (15:47 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 13 May 2016 18:52:14 +0000 (14:52 -0400)
commit45dc11d3483d712ad1dc9c6092d4917deab31a24
treead423514878ca9f9d7a6d02285544677dbd1fd29
parent5df9e303fa9d81b3a6d989612c7a98039ec76fd1
Move Python bindings to babeltrace subfolder

This change reflects the arborescence used to install Babeltrace's
python bindings and allows Babeltrace's tests to use the normal
module name namespace.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
28 files changed:
bindings/python/Makefile.am
bindings/python/__init__.py.in [deleted file]
bindings/python/babeltrace/Makefile.am [new file with mode: 0644]
bindings/python/babeltrace/__init__.py.in [new file with mode: 0644]
bindings/python/babeltrace/common.py [new file with mode: 0644]
bindings/python/babeltrace/examples/babeltrace_and_lttng.py [new file with mode: 0644]
bindings/python/babeltrace/examples/ctf_writer.py [new file with mode: 0644]
bindings/python/babeltrace/examples/example-api-test.py [new file with mode: 0644]
bindings/python/babeltrace/examples/sched_switch.py [new file with mode: 0644]
bindings/python/babeltrace/examples/sequence_test.py [new file with mode: 0644]
bindings/python/babeltrace/nativebt.i [new file with mode: 0644]
bindings/python/babeltrace/python-complements.c [new file with mode: 0644]
bindings/python/babeltrace/python-complements.h [new file with mode: 0644]
bindings/python/babeltrace/reader.py [new file with mode: 0644]
bindings/python/babeltrace/writer.py [new file with mode: 0644]
bindings/python/common.py [deleted file]
bindings/python/examples/babeltrace_and_lttng.py [deleted file]
bindings/python/examples/ctf_writer.py [deleted file]
bindings/python/examples/example-api-test.py [deleted file]
bindings/python/examples/sched_switch.py [deleted file]
bindings/python/examples/sequence_test.py [deleted file]
bindings/python/nativebt.i [deleted file]
bindings/python/python-complements.c [deleted file]
bindings/python/python-complements.h [deleted file]
bindings/python/reader.py [deleted file]
bindings/python/writer.py [deleted file]
configure.ac
doc/bindings/python/Makefile.am
This page took 0.027155 seconds and 4 git commands to generate.