web: rename `model_api` into `api_model`
authorAlexandre Terrasa <alexandre@moz-code.org>
Thu, 30 Jun 2016 00:43:35 +0000 (20:43 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Thu, 30 Jun 2016 00:43:35 +0000 (20:43 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

src/web/api_model.nit [moved from src/web/model_api.nit with 99% similarity]
src/web/web.nit

similarity index 99%
rename from src/web/model_api.nit
rename to src/web/api_model.nit
index 6a7d0a5..f8c6eeb 100644 (file)
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-module model_api
+module api_model
 
 import web_base
 import highlight
index e82a0f5..4dd39b5 100644 (file)
@@ -15,7 +15,7 @@
 # Components required to build a web server about the nit model.
 module web
 
-import model_api
+import api_model
 import api_catalog
 import api_graph
 import api_docdown