summaryrefslogtreecommitdiffstats
path: root/python/examples/registration.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed obsolete Python sample code.Emmanuel Raviart2005-01-261-41/+0
|
* SWIG: Renamed constants from camelCase to UPPER_CASE.Emmanuel Raviart2005-01-221-2/+2
|
* Check that Lasso is inited and shotdown only once.Emmanuel Raviart2004-08-021-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 spaceFrederic Peters2004-07-251-4/+4
| | | | | indendations). Also installed a test on commits to catch this (and check xml files)
* *** empty log message ***Nicolas Clapies2004-07-201-30/+22
|
* add registration python exampleNicolas Clapies2004-05-131-0/+51