From 49d8d7c72b2d7a8d3c19ecbb54942943ae5308d7 Mon Sep 17 00:00:00 2001 From: "enus.linden" Date: Tue, 28 Apr 2009 05:19:07 +0000 Subject: [PATCH] left an artifact, removing --- pyogp/lib/base/message/data/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyogp/lib/base/message/data/__init__.py b/pyogp/lib/base/message/data/__init__.py index b352da8..2cb66ca 100644 --- a/pyogp/lib/base/message/data/__init__.py +++ b/pyogp/lib/base/message/data/__init__.py @@ -20,4 +20,3 @@ 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() -msg_details = resource_string(__name__, 'message.xml')