Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed obsolete Python sample code. | Emmanuel Raviart | 2005-01-26 | 1 | -41/+0 |
| | |||||
* | SWIG: Renamed constants from camelCase to UPPER_CASE. | Emmanuel Raviart | 2005-01-22 | 1 | -2/+2 |
| | |||||
* | Check that Lasso is inited and shotdown only once. | Emmanuel Raviart | 2004-08-02 | 1 | -2/+0 |
| | | | | | | | | | | Lasso Python modules now calls init() at first import (I need this behaviour, because I have several "import lasso" in Expression and I don't know which one will be called first and I don't want to do something like: import lasso if not lasso.inited: lasso.init() ). | ||||
* | fixed tabulations in python files (oh the horror; they were mixed with space | Frederic Peters | 2004-07-25 | 1 | -4/+4 |
| | | | | | indendations). Also installed a test on commits to catch this (and check xml files) | ||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-20 | 1 | -30/+22 |
| | |||||
* | add registration python example | Nicolas Clapies | 2004-05-13 | 1 | -0/+51 |