add a comment about absolute imports

This commit is contained in:
holger krekel
2025-11-13 18:24:33 +01:00
parent af30d2b55d
commit bdcccd858c

View File

@@ -3,6 +3,9 @@ import os
import pyinfra
# pyinfra runs this module as a python file and not as a module so
# import paths must be absolute
from cmdeploy.deployers import deploy_chatmail