From 8a0de19ab2ba6438a91e32cd8f184d494c1dea56 Mon Sep 17 00:00:00 2001 From: Peter Saint-Andre Date: Thu, 14 Dec 2006 04:36:19 +0000 Subject: [PATCH] atlas move git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@273 4b5297f7-1745-476d-ba37-a9c6900126ab --- inxep.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inxep.py b/inxep.py index 9863309a..2b3eb3c0 100755 --- a/inxep.py +++ b/inxep.py @@ -34,7 +34,7 @@ def getText(nodelist): xepname = sys.argv[1]; -xepfile = 'inbox/' + xepname + '.xml' +xepfile = xepname + '.xml' # PARSE XEP HEADERS: # @@ -97,7 +97,6 @@ abstractline = 'Abstract: ' + abstract urlline = 'URL: http://www.xmpp.org/extensions/inbox/' + xepname + '.html' actionline = 'The XMPP Council will decide within 7 days (or at its next meeting) whether to accept this proposal as an official XEP.' -#msg = "From: %s\r\n" % fromaddr msg = "From: XMPP Extensions Editor <%s>\r\n" % fromaddr msg = msg + "To: %s\r\n" % toaddrs msg = msg + "Subject: %s\r\n" % thesubject