aboutsummaryrefslogtreecommitdiff
path: root/examples/script-example.py
Commit message (Collapse)AuthorAgeFilesLines
* storyboard: add callback parameter to run_client(_of) methodMarco Capitani2018-03-261-0/+11
|
* storyboard: make Script class privateMarco Capitani2018-03-261-1/+5
| | | | | | | | | The Script class has been made private as the script field of the Storyboard class. All script-related functions are now accessible as methods of the storyboard class. In other news: Made the script path in script-example.py pwd resilient.
* storyboard: add replayabilityMarco Capitani2018-03-161-0/+101
implements #27