Skip to content

Commit

Permalink
lib & contrib: import json::serialization everywhere
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Laferrière <[email protected]>
  • Loading branch information
xymus committed Sep 14, 2016
1 parent 43c9e30 commit 1e54045
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/neo_doxygen/src/model/descriptions.nit
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Documentation associated to an entity.
module model::descriptions

import json::static
import json::staticc

# Documentation associated to an entity.
#
Expand Down
1 change: 1 addition & 0 deletions contrib/neo_doxygen/src/model/location.nit
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
module location

import json::static
import json::serialization

# A location inside a source file.
class Location
Expand Down
1 change: 1 addition & 0 deletions contrib/refund/src/refund_json.nit
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ module refund_json

import refund_base
import json::static
import json::serialization

redef class RefundProcessor

Expand Down
1 change: 1 addition & 0 deletions lib/github/github_curl.nit
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module github_curl

import curl
import json::static
import json::serialization

# Specific Curl that know hot to talk to the github API
class GithubCurl
Expand Down
1 change: 1 addition & 0 deletions lib/mongodb/mongodb.nit
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
module mongodb

import json
import json::serialization
private import native_mongodb

in "C header" `{
Expand Down
1 change: 1 addition & 0 deletions lib/neo4j/curl_json.nit
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
module curl_json

import json::static
import json::serialization
intrude import curl

# An abstract request that defines most of the standard options for Neo4j REST API
Expand Down
1 change: 1 addition & 0 deletions lib/neo4j/error.nit
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
module neo4j::error

import json::static
import json::serialization

# An error thrown by the `neo4j` API.
#
Expand Down

0 comments on commit 1e54045

Please sign in to comment.