summaryrefslogtreecommitdiffstats
path: root/python/examples/defederation.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed obsolete Python sample code.Emmanuel Raviart2005-01-261-44/+0
|
* SWIG: Renamed constants from camelCase to UPPER_CASE.Emmanuel Raviart2005-01-221-3/+3
|
* Renamed load_notification_msg to process_notification msg, renamed ↵Nicolas Clapies2004-08-061-10/+6
| | | | process_request to validate_request, added some goto for code error, little update of the code style, updated examples
* Check that Lasso is inited and shotdown only once.Emmanuel Raviart2004-08-021-1/+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() ).
* update of federation terminationNicolas Clapies2004-07-271-25/+26
|
* 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-211-0/+2
|
* update of federation termination notificationNicolas Clapies2004-07-211-8/+4
|
* *** empty log message ***Nicolas Clapies2004-07-211-6/+6
|
* *** empty log message ***Nicolas Clapies2004-07-201-3/+3
|
* update federation terminationNicolas Clapies2004-07-191-9/+36
|
* c example for federation termination notificationNicolas Clapies2004-05-111-12/+0
|
* initial versionNicolas Clapies2004-05-111-0/+35