diff --git a/testserver_o2b/__init__.py b/testserver_o2b/__init__.py index 67494e6..5ec5d77 100644 --- a/testserver_o2b/__init__.py +++ b/testserver_o2b/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- -from . import hooks +from .hooks import post_init_hook from . import models