From 652a965d1644f46dce910c8146b57253c17b8a80 Mon Sep 17 00:00:00 2001 From: Peter Saint-Andre Date: Thu, 17 Jul 2008 02:48:48 +0000 Subject: [PATCH] no more jdev git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2089 4b5297f7-1745-476d-ba37-a9c6900126ab --- announce.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/announce.py b/announce.py index cdc25d4c..023390f9 100755 --- a/announce.py +++ b/announce.py @@ -142,10 +142,8 @@ if xepflag == "new": thesubject = 'NEW: XEP-' elif xepflag == "draft": thesubject = 'DRAFT: XEP-' - toaddrs = toaddrs + ", jdev@jabber.org" elif xepflag == "final": thesubject = 'FINAL: XEP-' - toaddrs = toaddrs + ", jdev@jabber.org" elif xepflag == "active": thesubject = 'ACTIVE: XEP-' elif xepflag == "retract":