zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #25837
[Merge] lp:~zorba-coders/zorba/bug-1188056-oauth into lp:zorba/oauth-module
Luis Rodriguez Gonzalez has proposed merging lp:~zorba-coders/zorba/bug-1188056-oauth into lp:zorba/oauth-module.
Requested reviews:
Luis Rodriguez Gonzalez (kuraru)
Chris Hillery (ceejatec)
For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1188056-oauth/+merge/186874
--
https://code.launchpad.net/~zorba-coders/zorba/bug-1188056-oauth/+merge/186874
Your team Zorba Coders is subscribed to branch lp:zorba/oauth-module.
=== modified file 'src/com/zorba-xquery/www/modules/oauth/client.xq'
--- src/com/zorba-xquery/www/modules/oauth/client.xq 2013-08-09 10:33:54 +0000
+++ src/com/zorba-xquery/www/modules/oauth/client.xq 2013-09-20 19:39:55 +0000
@@ -31,7 +31,7 @@
module namespace oauth = "http://www.zorba-xquery.com/modules/oauth/client";
import module namespace ra = "http://zorba.io/modules/random";
-import module namespace hmac = "http://www.zorba-xquery.com/modules/cryptography/hmac#2.0";
+import module namespace hmac = "http://zorba.io/modules/hmac";
import module namespace http-client = "http://expath.org/ns/http-client";
import schema namespace http = "http://expath.org/ns/http-client";