~vomun-developers/anonplus/vomun-trunk

« back to all changes in this revision

Viewing changes to src/libs/events.py

  • Committer: AJ00200
  • Date: 2011-11-26 00:03:57 UTC
  • Revision ID: git-v1:f4f4352eb338a5f57a5a92e4bf23bec36d298d13
Blocks we receive are now stored in ~/.vomun/blocks.json. libs.globals and libs.config are now used directly after importing libs; they are set in libs/__init__.py now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
        `path` is the file path requested by the user.
37
37
        `connection` is what we will use to send data back'''
38
38
        pass
 
39
        
 
40
    def shutdown(self):
 
41
        '''Called when Anonplus is going to shutdown. Registered event handlers
 
42
        should do any necessary saving and exit as soon as possible.'''
 
43
        pass
39
44
        
 
 
b'\\ No newline at end of file'