Files
Hippolyzer/pyogp/lib/base/message/data/__init__.py
2009-08-20 22:57:24 +00:00

24 lines
632 B
Python

"""
Contributors can be viewed at:
http://svn.secondlife.com/svn/linden/projects/2008/pyogp/lib/base/trunk/CONTRIBUTORS.txt
$LicenseInfo:firstyear=2008&license=apachev2$
Copyright 2009, Linden Research, Inc.
Licensed under the Apache License, Version 2.0.
You may obtain a copy of the License at:
http://www.apache.org/licenses/LICENSE-2.0
or in
http://svn.secondlife.com/svn/linden/projects/2008/pyogp/lib/base/LICENSE.txt
$/LicenseInfo$
"""
import os
msg_tmpl = open(os.path.join(os.path.dirname(__file__),'message_template.msg'))
msg_details = open(os.path.join(os.path.dirname(__file__),'message.xml')).read()