Move Python bindings to babeltrace subfolder
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 12 May 2016 16:43:22 +0000 (12:43 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 13 May 2016 19:52:01 +0000 (15:52 -0400)
commit4c3a0a3c3c88179a1238d1669c28021bb044e638
tree3b2770d353a75e42de52936a739affc323b49431
parent7d7466d89f0d46afc31a1520903b9f9e2aa183b1
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>
19 files changed:
bindings/python/Makefile.am
bindings/python/babeltrace.i.in [deleted file]
bindings/python/babeltrace/Makefile.am [new file with mode: 0644]
bindings/python/babeltrace/babeltrace.i.in [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/python-complements.c [new file with mode: 0644]
bindings/python/babeltrace/python-complements.h [new file with mode: 0644]
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/python-complements.c [deleted file]
bindings/python/python-complements.h [deleted file]
configure.ac
This page took 0.025448 seconds and 4 git commands to generate.