Rewrite of python wrappers based on swig
authorDavid Schleef <ds@schleef.org>
Tue, 3 Jun 2003 23:57:32 +0000 (23:57 +0000)
committerDavid Schleef <ds@schleef.org>
Tue, 3 Jun 2003 23:57:32 +0000 (23:57 +0000)
commit90b41e59604f93e39fb0472790dd05a654ec3365
tree04e44ad5f40ddea064de394e686e7fff84a5a756
parent598fa693a6beaaa3805d8b43076f277590d8530b
Rewrite of python wrappers based on swig
13 files changed:
python/Makefile.am [new file with mode: 0644]
python/Makefile.pre.in [deleted file]
python/README.txt [new file with mode: 0644]
python/Setup.in [deleted file]
python/comedi.i [new file with mode: 0644]
python/comedi.py [new file with mode: 0644]
python/comedi_wrap.c [new file with mode: 0644]
python/comedi_wrap.doc [new file with mode: 0644]
python/compy.c [deleted file]
python/sample.py [deleted file]
python/sample1.py [deleted file]
python/setup.py [new file with mode: 0644]
python/test_comedi.py [new file with mode: 0644]