Merge lp:~elopio/ubuntu-sso-client/fix1176969-env_typo into lp:ubuntu-sso-client

Proposed by Leo Arias
Status: Merged
Approved by: Alejandro J. Cura
Approved revision: 1030
Merged at revision: 1030
Proposed branch: lp:~elopio/ubuntu-sso-client/fix1176969-env_typo
Merge into: lp:ubuntu-sso-client
Diff against target: 12 lines (+1/-1)
1 file modified
ubuntu_sso/__init__.py (+1/-1)
To merge this branch: bzr merge lp:~elopio/ubuntu-sso-client/fix1176969-env_typo
Reviewer Review Type Date Requested Status
Alejandro J. Cura (community) Approve
Review via email: mp+162623@code.launchpad.net

Commit message

Fix typo on the ubuntuone environment variable.

To post a comment you must log in.
Revision history for this message
Alejandro J. Cura (alecu) wrote :

trivial

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'ubuntu_sso/__init__.py'
--- ubuntu_sso/__init__.py 2013-04-19 15:32:17 +0000
+++ ubuntu_sso/__init__.py 2013-05-06 15:43:24 +0000
@@ -34,7 +34,7 @@
34SSO_AUTH_BASE_URL = os.environ.get(34SSO_AUTH_BASE_URL = os.environ.get(
35 'SSO_AUTH_BASE_URL', 'https://login.ubuntu.com')35 'SSO_AUTH_BASE_URL', 'https://login.ubuntu.com')
36SSO_UONE_BASE_URL = os.environ.get(36SSO_UONE_BASE_URL = os.environ.get(
37 'SSO_UONE_BSAE_URL', 'https://one.ubuntu.com')37 'SSO_UONE_BASE_URL', 'https://one.ubuntu.com')
3838
39# DBus constants39# DBus constants
40DBUS_BUS_NAME = "com.ubuntu.sso"40DBUS_BUS_NAME = "com.ubuntu.sso"

Subscribers

People subscribed via source and target branches