]> sourceware.org Git - systemtap.git/commit
Add initial version of the python helper module.
authorDavid Smith <dsmith@redhat.com>
Mon, 10 Oct 2016 16:27:33 +0000 (11:27 -0500)
committerDavid Smith <dsmith@redhat.com>
Mon, 10 Oct 2016 16:27:33 +0000 (11:27 -0500)
commit9cc385e83152c2afd22a184db5d481e2002ba879
tree343b4f90bb6904b6d3964c1adafe91653d3c3c4b
parentbcec8a9d6fef0d19eb09a314176e1b2838fca83c
Add initial version of the python helper module.

* python/Makefile.am: Builds and installs python2 HelperSDT package.
* python/Makefile.in: Regenerated.
* python/setup.py: New file.
* HelperSDT/README.txt: Ditto.
* HelperSDT/_HelperSDT.c: Ditto.
* HelperSDT/__init__.py: Ditto.
* HelperSDT/__main__.py: Ditto.
python/HelperSDT/README.txt [new file with mode: 0644]
python/HelperSDT/_HelperSDT.c [new file with mode: 0644]
python/HelperSDT/__init__.py [new file with mode: 0644]
python/HelperSDT/__main__.py [new file with mode: 0644]
python/Makefile.am
python/Makefile.in
python/setup.py [new file with mode: 0644]
This page took 0.027108 seconds and 5 git commands to generate.