Added Python interpreter version directives and reorganized example scripts
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 31 Jan 2013 19:14:49 +0000 (14:14 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 31 Jan 2013 19:14:49 +0000 (14:14 -0500)
commit300b4c33ef6d346c4251d0421300df2f8bf11ea3
tree003519c59ac6ce77e64780c1e9f07fc81226dbb1
parent9872e818aa1a1d9fcf3221db817b70c109248914
Added Python interpreter version directives and reorganized example scripts

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
22 files changed:
bindings/python/examples/babeltrace_and_lttng.py
bindings/python/examples/eventcount.py [deleted file]
bindings/python/examples/eventcountlist.py [deleted file]
bindings/python/examples/events_per_cpu.py [deleted file]
bindings/python/examples/example-api-test.py
bindings/python/examples/histogram.py [deleted file]
bindings/python/examples/output_format_modules/cairoplot.py [deleted file]
bindings/python/examples/output_format_modules/pprint_table.py [deleted file]
bindings/python/examples/output_format_modules/series.py [deleted file]
bindings/python/examples/python2/eventcount.py [new file with mode: 0644]
bindings/python/examples/python2/eventcountlist.py [new file with mode: 0644]
bindings/python/examples/python2/events_per_cpu.py [new file with mode: 0644]
bindings/python/examples/python2/histogram.py [new file with mode: 0644]
bindings/python/examples/python2/output_format_modules/cairoplot.py [new file with mode: 0644]
bindings/python/examples/python2/output_format_modules/pprint_table.py [new file with mode: 0644]
bindings/python/examples/python2/output_format_modules/series.py [new file with mode: 0644]
bindings/python/examples/python2/softirqtimes.py [new file with mode: 0644]
bindings/python/examples/python2/syscalls_by_pid.py [new file with mode: 0644]
bindings/python/examples/sched_switch.py
bindings/python/examples/softirqtimes.py [deleted file]
bindings/python/examples/syscalls_by_pid.py [deleted file]
tests/tests-python.py
This page took 0.025709 seconds and 4 git commands to generate.