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
=== modified file 'loco_directory/common/launchpad.py'
--- loco_directory/common/launchpad.py 2010-12-21 03:11:18 +0000
+++ loco_directory/common/launchpad.py 2011-02-14 15:13:06 +0000
@@ -2,7 +2,6 @@
22
3from launchpadlib.launchpad import Launchpad3from launchpadlib.launchpad import Launchpad
4from launchpadlib.errors import HTTPError4from launchpadlib.errors import HTTPError
5from launchpadlib.launchpad import EDGE_SERVICE_ROOT
65
7from teams.models import *6from teams.models import *
8from django.conf import settings7from django.conf import settings
@@ -18,7 +17,7 @@
18 return False17 return False
19 return False18 return False
2019
21def lp_login(lp_instance=EDGE_SERVICE_ROOT):20def lp_login(lp_instance='production'):
22 cachedir = os.path.join(settings.PROJECT_PATH, 'lp_data/cache')21 cachedir = os.path.join(settings.PROJECT_PATH, 'lp_data/cache')
23 client_ident = getattr(settings, 'LP_PROJECT_NAME', "LoCo Team Directory")22 client_ident = getattr(settings, 'LP_PROJECT_NAME', "LoCo Team Directory")
24 try:23 try:

Subscribers

People subscribed via source and target branches