forked from orbit-oss/flask
Switched to relative imports in the package
This commit is contained in:
parent
bca1acf1f3
commit
80eb6cfffc
6 changed files with 21 additions and 21 deletions
|
|
@ -12,7 +12,7 @@
|
|||
from werkzeug import Request as RequestBase, Response as ResponseBase, \
|
||||
cached_property
|
||||
|
||||
from helpers import json
|
||||
from .helpers import json
|
||||
|
||||
|
||||
class Request(RequestBase):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue