This commit is contained in:
Olivier Yiptong 2015-04-20 11:50:29 -04:00
Родитель 60906e4ba8
Коммит 2ea9ae1db8
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -1,10 +1,8 @@
import logging
from flask import (
Blueprint,
request,
make_response,
redirect,
Response
redirect
)
from onyx.environment import Environment
from onyx.api.v2 import handle_ping