diff --git a/app_web_enterprise/__init__.py b/app_web_enterprise/__init__.py index b801727f..ceee2ce8 100644 --- a/app_web_enterprise/__init__.py +++ b/app_web_enterprise/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -from .hooks import pre_init_hook +from hooks import pre_init_hook from . import controllers from . import models from . import ir