lib & contrib: update imports
[nit.git] / src / examples / nitwebcrawl.nit
index 1187476..e981ac6 100644 (file)
@@ -15,7 +15,7 @@
 # Crawler on the nitweb web API
 module nitwebcrawl
 
-import json
+import json::static
 
 # Download a HTTP resource
 fun curl(url: String): String do