remove dependence and implmented import_string

This commit is contained in:
Jotagê Sales
2018-12-26 21:19:54 -02:00
parent 19b304b0fc
commit a33ebbaf11
5 changed files with 25 additions and 4 deletions

View File

@@ -1,10 +1,8 @@
import os
import types
import import_string
from sanic.exceptions import PyFileError
from sanic.helpers import import_string
SANIC_PREFIX = "SANIC_"