forked from mirrors/bookwyrm
Create import directory
This commit is contained in:
parent
5558ed810e
commit
be26e8363a
3 changed files with 3 additions and 1 deletions
|
@ -43,6 +43,9 @@ from .shelf.shelf import Shelf
|
|||
from .shelf.shelf_actions import create_shelf, delete_shelf
|
||||
from .shelf.shelf_actions import shelve, unshelve
|
||||
|
||||
# csv import
|
||||
from .imports.import_data import Import, ImportStatus, ImportTroubleshoot
|
||||
|
||||
# misc views
|
||||
from .author import Author, EditAuthor
|
||||
from .directory import Directory
|
||||
|
@ -62,7 +65,6 @@ from .group import (
|
|||
accept_membership,
|
||||
reject_membership,
|
||||
)
|
||||
from .import_data import Import, ImportStatus, ImportTroubleshoot
|
||||
from .inbox import Inbox
|
||||
from .interaction import Favorite, Unfavorite, Boost, Unboost
|
||||
from .isbn import Isbn
|
||||
|
|
0
bookwyrm/views/imports/__init__.py
Normal file
0
bookwyrm/views/imports/__init__.py
Normal file
Loading…
Reference in a new issue