Browse Source

Cleaning now useless LodelHook call and import

Yann Weber 8 years ago
parent
commit
27969719ac
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      install/lodel_admin.py

+ 0
- 3
install/lodel_admin.py View File

53
     from lodel.settings.utils import SettingsError
53
     from lodel.settings.utils import SettingsError
54
     from lodel.leapi.leobject import LeObject
54
     from lodel.leapi.leobject import LeObject
55
     from lodel.plugin import Plugin
55
     from lodel.plugin import Plugin
56
-    from lodel.plugin.hooks import LodelHook
57
     from lodel import logger
56
     from lodel import logger
58
 
57
 
59
-    LodelHook.call_hook('datasources_migration_init', __name__, None)
60
-
61
     ds_cls = dict() # EmClass indexed by rw_datasource
58
     ds_cls = dict() # EmClass indexed by rw_datasource
62
     for cls in dyncode.dynclasses:
59
     for cls in dyncode.dynclasses:
63
         ds = cls._datasource_name
60
         ds = cls._datasource_name

Loading…
Cancel
Save