comedilib/swig
Éric Piel 371dcc56e6 swig: remove comedi_ prefix from the function names
python always use the namespace of the library so it was redundant.

so what used to be written comedi.comedi_open() can be written comedi.open().

The main trick is to add a special python code that allows for the old names to still be compatible.
That avoids to break every single python program previously written.
2014-02-03 12:32:51 +00:00
..
python Suggest people use PYTHONPATH rather than adjusting sys.path internally. 2012-03-13 09:30:45 -04:00
ruby Import DESTDIR in swig/ruby/setup.rb for configurable rbconfig install paths. 2010-12-14 14:37:18 +00:00
comedi.i swig: remove comedi_ prefix from the function names 2014-02-03 12:32:51 +00:00
Makefile.am Fix distcheck 2004-08-11 21:37:46 +00:00