From bf85da8f1d0ef5b24b8f54e998f456bd2c85f970 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Thu, 8 May 2014 10:20:32 -0400 Subject: [PATCH] lib: update githup_api to use json::static MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- lib/github_api.nit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/github_api.nit b/lib/github_api.nit index b0240ca..d1a66e6 100644 --- a/lib/github_api.nit +++ b/lib/github_api.nit @@ -17,7 +17,7 @@ module github_api import curl -import simple_json_reader +import json::static # Specific Curl that know hot to talk to the github API class GithubCurl -- 1.7.9.5