fix import to work with "pyinfra" which needs a file location and thus does not start "run.py" as part of the package

This commit is contained in:
holger krekel
2025-11-13 18:20:47 +01:00
parent 5664b97db4
commit af30d2b55d

View File

@@ -3,7 +3,7 @@ import os
import pyinfra
from .deployers import deploy_chatmail
from cmdeploy.deployers import deploy_chatmail
def main():