This shows you the differences between two versions of the page.
|
blueprints:tekka:plugin_api [2010-03-12 15:03] Marian Tietz |
blueprints:tekka:plugin_api [2010-03-12 18:59] (current) Michael Kuhn |
||
|---|---|---|---|
| Line 94: | Line 94: | ||
| Called if the connection to maki is aborted. (Event) | Called if the connection to maki is aborted. (Event) | ||
| - | ===== unload () ===== | + | ===== unload ===== |
| * Arguments: None | * Arguments: None | ||
| Called when the plugin is unloaded. | Called when the plugin is unloaded. | ||
| Line 102: | Line 102: | ||
| <code python> | <code python> | ||
| def unload (self): | def unload (self): | ||
| - | pass | + | sushi.Plugin.unload(self) |
| </code> | </code> | ||