diff mbox

[Branch,~linaro-validation/lava-tool/trunk] Rev 154: oops

Message ID 20110617042915.31559.63650.launchpad@loganberry.canonical.com
State Accepted
Headers show

Commit Message

Michael-Doyle Hudson June 17, 2011, 4:29 a.m. UTC
------------------------------------------------------------
revno: 154
committer: Michael-Doyle Hudson <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Fri 2011-06-17 16:27:59 +1200
message:
  oops
modified:
  lava_tool/authtoken.py


--
lp:lava-tool
https://code.launchpad.net/~linaro-validation/lava-tool/trunk

You are subscribed to branch lp:lava-tool.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-tool/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_tool/authtoken.py'
--- lava_tool/authtoken.py	2011-06-14 03:15:20 +0000
+++ lava_tool/authtoken.py	2011-06-17 04:27:59 +0000
@@ -40,7 +40,7 @@ 
         keyring.core.set_password(
             "lava-tool-%s" % endpoint_url, username, token)
 
-    def get_token_for_host(self, username, endpoint_url):
+    def get_token_for_endpoint(self, username, endpoint_url):
         return keyring.core.get_password(
             "lava-tool-%s" % endpoint_url, username)