← Back to team overview

zorba-coders team mailing list archive

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

 

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

Commit message:
Updated to new base64 module namespace URI.

Requested reviews:
  Chris Hillery (ceejatec)

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


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1189785-oauth/+merge/175217
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 08:12:24 +0000
@@ -35,7 +35,7 @@
 import module namespace http-client = "http://expath.org/ns/http-client";;
 import schema namespace http = "http://expath.org/ns/http-client";;
 
-import module namespace base64 = "http://www.zorba-xquery.com/modules/converters/base64";;
+import module namespace base64 = "http://zorba.io/modules/base64";;
 
 (:~
  : Use err module functions for throwing errors.


Follow ups