From f53448ab4b75a768a3d894cccf8bca12ab597180 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Thu, 17 Feb 2011 21:53:01 +0100 Subject: [PATCH] ack-sync: Drop ubuntu-main-sponsors. --- ack-sync | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ack-sync b/ack-sync index 4d9b87f..6c8cd7a 100755 --- a/ack-sync +++ b/ack-sync @@ -140,14 +140,6 @@ def get_email_from_file(name): return None def unsubscribe_sponsors(launchpad, bug): - ums = launchpad.people['ubuntu-main-sponsors'] - try: - bug.unsubscribe(person=ums) - print "ubuntu-main-sponsors unsubscribed (for backward compatibility)" - except lazr.restfulclient.errors.HTTPError, http_error: - print "failed to unsubscribe ubuntu-main-sponsors: " + \ - http_error.content - us = launchpad.people['ubuntu-sponsors'] bug.unsubscribe(person=us) print "ubuntu-sponsors unsubscribed"