root/antispam/trunk/antispam.py

Revision 171, 121 bytes (checked in by haypo, 9 months ago)

Create trunk branches tags directories

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1 #!/usr/bin/env python
2 from antispam.application import Application
3
4 if __name__ == "__main__":
5     Application().main()
6
Note: See TracBrowser for help on using the browser.