diff --git a/files/events/helpers/__init__.py b/files/events/helpers/__init__.py index 47714a266..3651c2473 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 *