You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1234567891011121314 |
- # -*- coding: utf-8 -*-
-
- from lodel.datasource.generic.migrationhandler import GenericMigrationHandler
- from lodel.datasource.mongodb.datasource import MongoDbDataSource
- import lodel.datasource.mongodb.utils as utils
- from lodel.editorial_model.components import EmClass, EmField
-
-
- class MigrationHandlerChangeError(Exception):
- pass
-
-
- class MongoDbMigrationHandler(GenericMigrationHandler):
- pass
|