summaryrefslogtreecommitdiffstats
path: root/python/examples/registration.py
Commit message (Collapse)AuthorAgeFilesLines
* 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