Files
Hippolyzer/pyogp/lib/base/data/__init__.py
2008-07-16 15:21:03 +00:00

4 lines
104 B
Python

from pkg_resources import resource_string
msg_tmpl = resource_string(__name__, 'message_template.msg')