← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~zorba-coders/zorba/bug-1189794-oauth into lp:zorba/oauth-module

 

Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1189794-oauth into lp:zorba/oauth-module.

Commit message:
Update to new core random module namespace URI.

Requested reviews:
  Chris Hillery (ceejatec)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1189794-oauth/+merge/175236


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1189794-oauth/+merge/175236
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-06-15 23:33:19 +0000
+++ src/com/zorba-xquery/www/modules/oauth/client.xq	2013-07-17 09:43:40 +0000
@@ -30,7 +30,7 @@
  :)
 module namespace oauth = "http://www.zorba-xquery.com/modules/oauth/client";;
 
-import module namespace ra = "http://www.zorba-xquery.com/modules/random";;
+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 http-client = "http://expath.org/ns/http-client";;
 import schema namespace http = "http://expath.org/ns/http-client";;


Follow ups