From 17c36f9107d8e6d31670b27ef62c15292b95f0a7 Mon Sep 17 00:00:00 2001 From: Michael Bienia Date: Sun, 9 Aug 2009 13:20:13 +0200 Subject: [PATCH] requestsync: Call isLpTeamMember() from the correct object --- requestsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requestsync b/requestsync index 3168d15..20186cc 100755 --- a/requestsync +++ b/requestsync @@ -505,7 +505,7 @@ if __name__ == '__main__': if (not sponsorship): sponsorship = checkNeedsSponsorship(srcpkg) else: - sponsorship = LpApiWrapper.isLpTeamMember('motu') # assume going to universe + sponsorship = PersonTeam.getMe().isLpTeamMember('motu') # assume going to universe # Check for existing package reports. if not newsource and use_lp_bugs: checkExistingReports(srcpkg)