Rename controller into views.

This commit is contained in:
Alexis Lahouze 2015-06-06 14:06:10 +02:00
parent 069fbe8f8e
commit 176cd25eec
6 changed files with 1 additions and 1 deletions

View File

@ -19,4 +19,4 @@ from flask import Blueprint
api = Blueprint('api', __name__) api = Blueprint('api', __name__)
# Load all views. # Load all views.
from .controller import * from .views import *