common.message (version 0.1, 9 April 2003) | index e:\bothans\common\message.py |
This module contains some useful constants for using XML Messages.
The only real constraint for XML messages is they must not include
the constant MESSAGE_SEPARATOR
Modules | ||||||
|
Classes | ||||||||||||||||||
|
Data | ||
MESSAGE_SEPARATOR = 'EOM\r\n' __author__ = 'Michel Rasschaert <mrasschaert@neocles.com>' __date__ = '9 April 2003' __file__ = r'e:\bothans\common\message.pyc' __license__ = 'This file is part of Bothans\n\n Bothans is fre...lace, Suite 330, Boston, MA 02111-1307 USA\n ' __name__ = 'common.message' __status__ = 'alpha' __version__ = '0.1' log = <logging.Logger instance at 0x00A53938> |
Author | ||
Michel Rasschaert <mrasschaert@neocles.com> |