lib: update githup_api to use json::static
authorAlexis Laferrière <alexis.laf@xymus.net>
Thu, 8 May 2014 14:20:32 +0000 (10:20 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Thu, 8 May 2014 14:20:32 +0000 (10:20 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

lib/github_api.nit

index b0240ca..d1a66e6 100644 (file)
@@ -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