Merge lp:~dholbach/harvest/lp-usage into lp:harvest

Proposed by Daniel Holbach
Status: Merged
Merged at revision: 294
Proposed branch: lp:~dholbach/harvest/lp-usage
Merge into: lp:harvest
Diff against target: 13 lines (+2/-2)
1 file modified
harvest/common/launchpad.py (+2/-2)
To merge this branch: bzr merge lp:~dholbach/harvest/lp-usage
Reviewer Review Type Date Requested Status
Paul Hummer (community) Approve
Review via email: mp+49643@code.launchpad.net

Description of the change

This is quite urgent we land this. Please review!

To post a comment you must log in.
Revision history for this message
Paul Hummer (rockstar) wrote :

Tarmac had the same problem this morning.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'harvest/common/launchpad.py'
2--- harvest/common/launchpad.py 2010-12-08 08:15:50 +0000
3+++ harvest/common/launchpad.py 2011-02-14 15:13:03 +0000
4@@ -1,7 +1,7 @@
5 from django.conf import settings
6-from launchpadlib.launchpad import Launchpad, EDGE_SERVICE_ROOT
7+from launchpadlib.launchpad import Launchpad
8
9-def lp_login(lp_instance=EDGE_SERVICE_ROOT):
10+def lp_login(lp_instance='production'):
11 """
12 Return a logged in Launchpad object.
13 """

Subscribers

People subscribed via source and target branches

to all changes: