From 49f6c390b8bf69201f8399b830c62a3ad6dba8d8 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Wed, 11 Sep 2024 10:26:46 -0500 Subject: [PATCH] 2 --- lib/ansible/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py index 2ded3913f51..9ea2d0f7b18 100644 --- a/lib/ansible/__init__.py +++ b/lib/ansible/__init__.py @@ -27,3 +27,6 @@ import ansible._vendor # This is for backwards compat. Code should be ported to get these from # ansible.release instead of from here. from ansible.release import __version__, __author__ + +# FIXME: maybe? +# TODO: no way