diff --git a/files/events/helpers/__init__.py b/files/events/helpers/__init__.py index 47714a2668..3651c24732 100644 --- a/files/events/helpers/__init__.py +++ b/files/events/helpers/__init__.py @@ -1,2 +1,2 @@ -from .config.const import * +from .const import * from .jinja import *