source: mailjam/bin/postman_server@ 6:2a0f6f8cbc52

Last change on this file since 6:2a0f6f8cbc52 was 6:2a0f6f8cbc52, checked in by Francisco de Borja Lopez Rio <borja@…>, 12 years ago

Added an initial version of the code that will handle the XMLRPC interface
of the server.

Added a script to start the server (not fully functional yet)

  • Property exe set to *
File size: 173 bytes
RevLine 
[6]1#!/usr/bin/env python
2#
3# Run the Postman XML-RPC server
4
5from postman.daemon import PostmanDaemon
6
7if __name__ == '__main__':
8 daemon = PostmanDaemon()
9 daemon.run()
Note: See TracBrowser for help on using the repository browser.