Daniel Holbach has proposed merging lp:~dholbach/loco-directory/lp-usage into
lp:loco-directory.
Requested reviews:
loco-directory-dev (loco-directory-dev)
For more details, see:
https://code.launchpad.net/~dholbach/loco-directory/lp-usage/+merge/49646
This is quite urgent we land this. Please review!
--
https://code.launchpad.net/~dholbach/loco-directory/lp-usage/+merge/49646
Your team loco-directory-dev is requested to review the proposed merge of
lp:~dholbach/loco-directory/lp-usage into lp:loco-directory.
=== 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:11:25 +0000
@@ -2,7 +2,6 @@
from launchpadlib.launchpad import Launchpad
from launchpadlib.errors import HTTPError
-from launchpadlib.launchpad import EDGE_SERVICE_ROOT
from teams.models import *
from django.conf import settings
@@ -18,7 +17,7 @@
return False
return False
-def lp_login(lp_instance=EDGE_SERVICE_ROOT):
+def lp_login(lp_instance='production'):
cachedir = os.path.join(settings.PROJECT_PATH, 'lp_data/cache')
client_ident = getattr(settings, 'LP_PROJECT_NAME', "LoCo Team Directory")
try:
_______________________________________________
Mailing list: https://launchpad.net/~loco-directory-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~loco-directory-dev
More help : https://help.launchpad.net/ListHelp