bugfix
This commit is contained in:
parent
0d1817ff2d
commit
963602feb8
@ -2,10 +2,7 @@ import os
|
|||||||
import re
|
import re
|
||||||
import traceback
|
import traceback
|
||||||
|
|
||||||
from aiohttp.web_urldispatcher import StaticResource, _WebHandler, PathLike
|
from aiohttp.web_response import Response
|
||||||
from aiohttp.web_urldispatcher import Optional, _ExpectHandler
|
|
||||||
from aiohttp.web_urldispatcher import Path
|
|
||||||
from aiohttp.web_response import Response, StreamResponse
|
|
||||||
from aiohttp.web_exceptions import (
|
from aiohttp.web_exceptions import (
|
||||||
HTTPException,
|
HTTPException,
|
||||||
HTTPExpectationFailed,
|
HTTPExpectationFailed,
|
||||||
@ -14,9 +11,7 @@ from aiohttp.web_exceptions import (
|
|||||||
HTTPNotFound,
|
HTTPNotFound,
|
||||||
)
|
)
|
||||||
from aiohttp import web
|
from aiohttp import web
|
||||||
from aiohttp.web_fileresponse import FileResponse
|
|
||||||
from aiohttp.web_request import Request
|
from aiohttp.web_request import Request
|
||||||
from aiohttp.web_response import Response, StreamResponse
|
|
||||||
from aiohttp.web_routedef import AbstractRouteDef
|
from aiohttp.web_routedef import AbstractRouteDef
|
||||||
from aiohttp.web import json_response
|
from aiohttp.web import json_response
|
||||||
|
|
||||||
|
@ -2,10 +2,7 @@ import os
|
|||||||
import re
|
import re
|
||||||
import traceback
|
import traceback
|
||||||
|
|
||||||
from aiohttp.web_urldispatcher import StaticResource, _WebHandler, PathLike
|
from aiohttp.web_response import Response
|
||||||
from aiohttp.web_urldispatcher import Optional, _ExpectHandler
|
|
||||||
from aiohttp.web_urldispatcher import Path
|
|
||||||
from aiohttp.web_response import Response, StreamResponse
|
|
||||||
from aiohttp.web_exceptions import (
|
from aiohttp.web_exceptions import (
|
||||||
HTTPException,
|
HTTPException,
|
||||||
HTTPExpectationFailed,
|
HTTPExpectationFailed,
|
||||||
@ -14,10 +11,7 @@ from aiohttp.web_exceptions import (
|
|||||||
HTTPNotFound,
|
HTTPNotFound,
|
||||||
)
|
)
|
||||||
from aiohttp import web
|
from aiohttp import web
|
||||||
from aiohttp.web_fileresponse import FileResponse
|
|
||||||
from aiohttp.web_request import Request
|
from aiohttp.web_request import Request
|
||||||
from aiohttp.web_response import Response, StreamResponse
|
|
||||||
from aiohttp.web_routedef import AbstractRouteDef
|
|
||||||
from aiohttp.web import json_response
|
from aiohttp.web import json_response
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
|
# fixed bug in restful.py delete import _WebHandler from aiohttp. web_urldispatcher
|
||||||
|
__version__ = '0.2.13'
|
||||||
# fixed bug in processorResource.py, delete import _WebHandler from aiohttp.web_urldispatcher
|
# fixed bug in processorResource.py, delete import _WebHandler from aiohttp.web_urldispatcher
|
||||||
__version__ = '0.2.12'
|
# __version__ = '0.2.12'
|
||||||
# apply a initial version for sqlor
|
# apply a initial version for sqlor
|
||||||
#__version__ = '0.2.11'
|
#__version__ = '0.2.11'
|
||||||
|
Loading…
Reference in New Issue
Block a user