Mercurial > bitten > bitten-test
view scripts/bittend.bat @ 88:8ae753a22494
Some refactoring of the BEEP implementation:
* Renamed {{{MIMEMessage}}} to {{{Payload}}}
* No longer is a subclass of {{{email.Message.Message}}}
author | cmlenz |
---|---|
date | Thu, 14 Jul 2005 14:20:42 +0000 |
parents | 234600bf0d49 |
children |
line wrap: on
line source
@echo off python -c "import sys; from bitten import master; sys.argv[0] = r'%0'; master.main()" %*