Changes between Version 94 and Version 95 of DevelopGuide
- Timestamp:
- Jun 7, 2009, 10:01:43 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopGuide
v94 v95 159 159 160 160 This plugin {{{register()}}} function must be called in the main application. This can be done by modifying the main script; but Papywizard will also automatically register all plugins which are stored in the config. dirrectory, under the '''{{{plugins/}}}''' directory. Just create it if it does not already exist, and put your plugins there. 161 162 161 ==== Complete example ==== 163 162 … … 207 206 def shutdown(self): 208 207 Logger().trace("TetheredShutter.shutdown()") 208 209 def establishConnection(self): 210 pass 211 212 def shutdownConnection(self): 213 pass 209 214 210 215 def lockupMirror(self):