mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Implemented import shortcuts, closes #957
This commit is contained in:
parent
d25b55ab5e
commit
8a25ea9bca
4 changed files with 29 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
from datasette.version import __version_info__, __version__ # noqa
|
||||
from datasette.utils.asgi import Forbidden, NotFound, Response # noqa
|
||||
from datasette.utils import actor_matches_allow # noqa
|
||||
from .hookspecs import hookimpl # noqa
|
||||
from .hookspecs import hookspec # noqa
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue