Merge lp:~dholbach/loco-team-portal/lp-usage into lp:loco-team-portal

Proposed by Daniel Holbach
Status: Merged
Merged at revision: 384
Proposed branch: lp:~dholbach/loco-team-portal/lp-usage
Merge into: lp:loco-team-portal
Diff against target: 20 lines (+1/-2)
1 file modified
loco_directory/common/launchpad.py (+1/-2)
To merge this branch: bzr merge lp:~dholbach/loco-team-portal/lp-usage
Reviewer Review Type Date Requested Status
Michael Hall (community) Approve
Review via email: mp+49646@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
Michael Hall (mhall119) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'loco_directory/common/launchpad.py'
2--- loco_directory/common/launchpad.py 2010-12-21 03:11:18 +0000
3+++ loco_directory/common/launchpad.py 2011-02-14 15:13:06 +0000
4@@ -2,7 +2,6 @@
5
6 from launchpadlib.launchpad import Launchpad
7 from launchpadlib.errors import HTTPError
8-from launchpadlib.launchpad import EDGE_SERVICE_ROOT
9
10 from teams.models import *
11 from django.conf import settings
12@@ -18,7 +17,7 @@
13 return False
14 return False
15
16-def lp_login(lp_instance=EDGE_SERVICE_ROOT):
17+def lp_login(lp_instance='production'):
18 cachedir = os.path.join(settings.PROJECT_PATH, 'lp_data/cache')
19 client_ident = getattr(settings, 'LP_PROJECT_NAME', "LoCo Team Directory")
20 try:

Subscribers

People subscribed via source and target branches