summaryrefslogtreecommitdiff
path: root/lib/ansible/compat
diff options
context:
space:
mode:
authorLee Garrett <lgarrett@rocketjump.eu>2021-09-29 20:41:09 +0200
committerLee Garrett <lgarrett@rocketjump.eu>2021-09-29 20:41:09 +0200
commit64aab4bd2d3ded02da538beb94a4a7fbf7781699 (patch)
treeba8539c275acd0c9cf9d9472e46e08e7768bce60 /lib/ansible/compat
parentddff31825e92941ec9bfa2aa3ef36e98a4b3b4a7 (diff)
downloaddebian-ansible-core-64aab4bd2d3ded02da538beb94a4a7fbf7781699.zip
New upstream version 2.11.5
Diffstat (limited to 'lib/ansible/compat')
-rw-r--r--lib/ansible/compat/selectors/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ansible/compat/selectors/__init__.py b/lib/ansible/compat/selectors/__init__.py
index 6bbf6d8b..a7b260e3 100644
--- a/lib/ansible/compat/selectors/__init__.py
+++ b/lib/ansible/compat/selectors/__init__.py
@@ -19,6 +19,8 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
+# NOT_BUNDLED
+
'''
Compat selectors library. Python-3.5 has this builtin. The selectors2
package exists on pypi to backport the functionality as far as python-2.6.