Chris Johnston has proposed merging lp:~chrisjohnston/loco-directory/edge into
lp:loco-directory.
Requested reviews:
loco-directory-dev (loco-directory-dev)
For more details, see:
https://code.launchpad.net/~chrisjohnston/loco-directory/edge/+merge/48709
--
https://code.launchpad.net/~chrisjohnston/loco-directory/edge/+merge/48709
Your team loco-directory-dev is requested to review the proposed merge of
lp:~chrisjohnston/loco-directory/edge 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-05 21:13:54 +0000
@@ -76,10 +76,10 @@
# When this bug is fixed, this can be made cleaner.
try:
lp.people[identity].mugshot.open()
- return "https://edge.launchpad.net/api/beta/~%s/mugshot" % (identity)
+ return "https://launchpad.net/api/beta/~%s/mugshot" % (identity)
except HTTPError:
# 404 or some other issue that means we should default to False
- return "https://edge.launchpad.net/api/beta/ubuntu/mugshot"
+ return "https://launchpad.net/api/beta/ubuntu/mugshot"
def get_user_timezone(username, lp=None):
timezone = 'UTC'
_______________________________________________
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