mirror of
https://github.com/yweber/lodel2.git
synced 2026-04-09 19:59:58 +02:00
Bugfix in leapi_dyncode import for migration handler
This commit is contained in:
parent
9ccf793127
commit
df8e38d9a9
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ from lodel.editorial_model.model import EditorialModel
|
||||||
from .utils import get_connection_args, connect, collection_prefix, object_collection_name, mongo_fieldname
|
from .utils import get_connection_args, connect, collection_prefix, object_collection_name, mongo_fieldname
|
||||||
from lodel.leapi.datahandlers.base_classes import DataHandler
|
from lodel.leapi.datahandlers.base_classes import DataHandler
|
||||||
from lodel.plugin import LodelHook
|
from lodel.plugin import LodelHook
|
||||||
from ...leapi_dyncode import *
|
from leapi_dyncode import *
|
||||||
|
|
||||||
|
|
||||||
class MigrationHandlerChangeError(Exception):
|
class MigrationHandlerChangeError(Exception):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue