fix ent init

This commit is contained in:
guohuadeng
2018-06-13 12:27:05 +08:00
parent a426117f6a
commit 3463b40303

View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from .hooks import pre_init_hook from hooks import pre_init_hook
from . import controllers from . import controllers
from . import models from . import models
from . import ir from . import ir