Add a missed translation function importing

Change-Id: I31d7e0f247e9d5fc8c1f936bbf7bb6df77a8b7a3
This commit is contained in:
liusheng 2017-05-04 14:10:35 +08:00
parent b5e4ef83c9
commit 7293fa8e65
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ Request Body validating middleware.
import jsonschema
from mogan.common import exception
from mogan.common.i18n import _
def check_schema(body, schema):