← Back to team overview

harvest-dev team mailing list archive

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

 

Daniel Holbach has proposed merging lp:~dholbach/harvest/lp-usage into lp:harvest.

Requested reviews:
  harvest-dev (harvest-dev)

For more details, see:
https://code.launchpad.net/~dholbach/harvest/lp-usage/+merge/49643

This is quite urgent we land this. Please review!
-- 
https://code.launchpad.net/~dholbach/harvest/lp-usage/+merge/49643
Your team harvest-dev is requested to review the proposed merge of lp:~dholbach/harvest/lp-usage into lp:harvest.
=== modified file 'harvest/common/launchpad.py'
--- harvest/common/launchpad.py	2010-12-08 08:15:50 +0000
+++ harvest/common/launchpad.py	2011-02-14 15:10:15 +0000
@@ -1,7 +1,7 @@
 from django.conf import settings
-from launchpadlib.launchpad import Launchpad, EDGE_SERVICE_ROOT
+from launchpadlib.launchpad import Launchpad
 
-def lp_login(lp_instance=EDGE_SERVICE_ROOT):
+def lp_login(lp_instance='production'):
     """
     Return a logged in Launchpad object. 
     """